Html Css Color HEX #08ABC9 Iris Blue

📋 copy color: '#08ABC9'

red 8 ◦ green 171 ◦ blue 201

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

Shades of Iris Blue #08ABC9

Tints of Iris Blue #08ABC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 52.89%

R = 2.11%
G = 45%
B = 52.89%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#08ABC9 (or 0x08ABC9) is known color: Iris Blue. HEX triplet: 08, AB and C9. RGB value is (8,171,201). Sum of RGB (Red+Green+Blue) = 8+171+201=380 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.11% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 201 (78.91% from 255 or 52.89% from 380); Max value from RGB is 201 - color contains mainly: blue. Hex color #08ABC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08ABC9 is #F75436. Grayscale: #7D7D7D. Windows color (decimal): -16208951 or 13216520. OLE color: 13216520.

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

Color convert

RGB 8 171 201 -
CMYK 0.96 0.15 0 0.21
HSL 189.33º 0.92% 0.41% -
HSV(B) 189.33º 0.96% 0.79% -
XYZ 25.21 33.39 60.38 -
YUV 125.68 170.5 44.06 -
System Red Green Blue C M Y K H S L
Decimal 8 171 201 0.96 0.15 0 0.21 189.33 0.92 0.41
Hex 8 AB C9 60 F 0 15 BD 5C 29
Octal 10 253 311 140 17 0 25 275 134 51
Binary 1000 10101011 11001001 1100000 1111 0 10101 10111101 1011100 101001

Color Harmonies of #08ABC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08ABC9

Black with #08ABC9

Text Example


Text Example

White with #08ABC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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