Html Css Color HEX #08BBB9 Iris Blue

📋 copy color: '#08BBB9'

red 8 ◦ green 187 ◦ blue 185

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

Shades of Iris Blue #08BBB9

Tints of Iris Blue #08BBB9

RGB

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

 GREEN value IS 187 (73.44% from 255) = 49.21%

 BLUE value IS 185 (72.66% from 255) = 48.68%

R = 2.11%
G = 49.21%
B = 48.68%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#08BBB9 (or 0x08BBB9) is known color: Iris Blue. HEX triplet: 08, BB and B9. RGB value is (8,187,185). Sum of RGB (Red+Green+Blue) = 8+187+185=380 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.11% from 380); Green value is 187 (73.44% from 255 or 49.21% from 380); Blue value is 185 (72.66% from 255 or 48.68% from 380); Max value from RGB is 187 - color contains mainly: green. Hex color #08BBB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BBB9 is #F74446. Grayscale: #858585. Windows color (decimal): -16204871 or 12172040. OLE color: 12172040.

HSL color Cylindrical-coordinate representation of color #08BBB9: hue angle of 179.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BBB9 is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 187 185 -
CMYK 0.96 0 0.01 0.27
HSL 179.33º 0.92% 0.38% -
HSV(B) 179.33º 0.96% 0.73% -
XYZ 26.63 39.1 52.04 -
YUV 133.25 157.2 38.66 -
System Red Green Blue C M Y K H S L
Decimal 8 187 185 0.96 0 0.01 0.27 179.33 0.92 0.38
Hex 8 BB B9 60 0 1 1B B3 5C 26
Octal 10 273 271 140 0 1 33 263 134 46
Binary 1000 10111011 10111001 1100000 0 1 11011 10110011 1011100 100110

Color Harmonies of #08BBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BBB9

Black with #08BBB9

Text Example


Text Example

White with #08BBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,187,185); }

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

background-color css

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

 a { background-color: rgb(8,187,185); }

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

border-color css

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

 span { border-color: rgb(8,187,185); }

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