Html Css Color HEX #08BDB9 Iris Blue

📋 copy color: '#08BDB9'

red 8 ◦ green 189 ◦ blue 185

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

Shades of Iris Blue #08BDB9

Tints of Iris Blue #08BDB9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 49.48%

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

R = 2.09%
G = 49.48%
B = 48.43%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#08BDB9 (or 0x08BDB9) is known color: Iris Blue. HEX triplet: 08, BD and B9. RGB value is (8,189,185). Sum of RGB (Red+Green+Blue) = 8+189+185=382 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.09% from 382); Green value is 189 (74.22% from 255 or 49.48% from 382); Blue value is 185 (72.66% from 255 or 48.43% from 382); Max value from RGB is 189 - color contains mainly: green. Hex color #08BDB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BDB9 is #F74246. Grayscale: #868686. Windows color (decimal): -16204359 or 12172552. OLE color: 12172552.

HSL color Cylindrical-coordinate representation of color #08BDB9: hue angle of 178.67º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BDB9 is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 189 185 -
CMYK 0.96 0 0.02 0.26
HSL 178.67º 0.92% 0.39% -
HSV(B) 178.67º 0.96% 0.74% -
XYZ 27.05 39.95 52.18 -
YUV 134.43 156.53 37.83 -
System Red Green Blue C M Y K H S L
Decimal 8 189 185 0.96 0 0.02 0.26 178.67 0.92 0.39
Hex 8 BD B9 60 0 2 1A B3 5C 27
Octal 10 275 271 140 0 2 32 263 134 47
Binary 1000 10111101 10111001 1100000 0 10 11010 10110011 1011100 100111

Color Harmonies of #08BDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BDB9

Black with #08BDB9

Text Example


Text Example

White with #08BDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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