Html Css Color HEX #08ABCB Iris Blue

📋 copy color: '#08ABCB'

red 8 ◦ green 171 ◦ blue 203

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

Shades of Iris Blue #08ABCB

Tints of Iris Blue #08ABCB

RGB

 RED value IS 8 (3.52% from 255) = 2.09%

 GREEN value IS 171 (67.19% from 255) = 44.76%

 BLUE value IS 203 (79.69% from 255) = 53.14%

R = 2.09%
G = 44.76%
B = 53.14%

CMYK

 C value IS 0.96

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#08ABCB (or 0x08ABCB) is known color: Iris Blue. HEX triplet: 08, AB and CB. RGB value is (8,171,203). Sum of RGB (Red+Green+Blue) = 8+171+203=382 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.09% from 382); Green value is 171 (67.19% from 255 or 44.76% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #08ABCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08ABCB is #F75434. Grayscale: #7D7D7D. Windows color (decimal): -16208949 or 13347592. OLE color: 13347592.

HSL color Cylindrical-coordinate representation of color #08ABCB: hue angle of 189.85º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08ABCB is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 171 203 -
CMYK 0.96 0.16 0 0.20
HSL 189.85º 0.92% 0.41% -
HSV(B) 189.85º 0.96% 0.8% -
XYZ 25.44 33.49 61.62 -
YUV 125.91 171.5 43.9 -
System Red Green Blue C M Y K H S L
Decimal 8 171 203 0.96 0.16 0 0.20 189.85 0.92 0.41
Hex 8 AB CB 60 10 0 14 BE 5C 29
Octal 10 253 313 140 20 0 24 276 134 51
Binary 1000 10101011 11001011 1100000 10000 0 10100 10111110 1011100 101001

Color Harmonies of #08ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08ABCB

Black with #08ABCB

Text Example


Text Example

White with #08ABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08ABCB; }

 p { color: rgb(8,171,203); }

 H1.HeaderClassName
 {
   color: #08ABCB;
 }
 .AnyTagClassName
 {
   color: #08ABCB;
 }
</style>

background-color css

<style>
 a { background-color: #08ABCB; }

 a { background-color: rgb(8,171,203); }

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

border-color css

<style>
 span { border-color: #08ABCB; }

 span { border-color: rgb(8,171,203); }

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