Html Css Color HEX #0ABFC0 Iris Blue

📋 copy color: '#0ABFC0'

red 10 ◦ green 191 ◦ blue 192

#0ABFC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #0ABFC0

Tints of Iris Blue #0ABFC0

RGB

 RED value IS 10 (4.3% from 255) = 2.54%

 GREEN value IS 191 (75% from 255) = 48.6%

 BLUE value IS 192 (75.39% from 255) = 48.85%

R = 2.54%
G = 48.6%
B = 48.85%

CMYK

 C value IS 0.95

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0ABFC0 (or 0x0ABFC0) is known color: Iris Blue. HEX triplet: 0A, BF and C0. RGB value is (10,191,192). Sum of RGB (Red+Green+Blue) = 10+191+192=393 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.54% from 393); Green value is 191 (75% from 255 or 48.60% from 393); Blue value is 192 (75.39% from 255 or 48.85% from 393); Max value from RGB is 192 - color contains mainly: blue. Hex color #0ABFC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABFC0 is #F5403F. Grayscale: #888888. Windows color (decimal): -16072768 or 12631818. OLE color: 12631818.

HSL color Cylindrical-coordinate representation of color #0ABFC0: hue angle of 180.33º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABFC0 is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 10 191 192 -
CMYK 0.95 0.01 0 0.25
HSL 180.33º 0.9% 0.4% -
HSV(B) 180.33º 0.95% 0.75% -
XYZ 28.27 41.13 56.32 -
YUV 137 159.03 37.42 -
System Red Green Blue C M Y K H S L
Decimal 10 191 192 0.95 0.01 0 0.25 180.33 0.9 0.4
Hex A BF C0 5F 1 0 19 B4 5A 28
Octal 12 277 300 137 1 0 31 264 132 50
Binary 1010 10111111 11000000 1011111 1 0 11001 10110100 1011010 101000

Color Harmonies of #0ABFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABFC0

Black with #0ABFC0

Text Example


Text Example

White with #0ABFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0ABFC0; }

 p { color: rgb(10,191,192); }

 H1.HeaderClassName
 {
   color: #0ABFC0;
 }
 .AnyTagClassName
 {
   color: #0ABFC0;
 }
</style>

background-color css

<style>
 a { background-color: #0ABFC0; }

 a { background-color: rgb(10,191,192); }

 div.DivClassName
 {
   background-color: #0ABFC0;
 }
 .BgClassName
 {
   background-color: #0ABFC0;
 }
</style>

border-color css

<style>
 span { border-color: #0ABFC0; }

 span { border-color: rgb(10,191,192); }

 td.TdClassName
 {
   border-color: #0ABFC0;
 }
 .TagClassName
 {
   border-color: #0ABFC0;
 }
</style>