Shades of Iris Blue #08B5B2
Tints of Iris Blue #08B5B2
RGB
CMYK
RGB Variations
Color information
#08B5B2 (or 0x08B5B2) is known color: Iris Blue. HEX triplet: 08, B5 and B2. RGB value is (8,181,178). Sum of RGB (Red+Green+Blue) = 8+181+178=367 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.18% from 367); Green value is 181 (71.09% from 255 or 49.32% from 367); Blue value is 178 (69.92% from 255 or 48.50% from 367); Max value from RGB is 181 - color contains mainly: green. Hex color #08B5B2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08B5B2 is #F74A4D. Grayscale: #808080. Windows color (decimal): -16206414 or 11711752. OLE color: 11711752.
HSL color Cylindrical-coordinate representation of color #08B5B2: hue angle of 178.96º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B5B2 is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 8 | 181 | 178 | - |
| CMYK | 0.96 | 0 | 0.02 | 0.29 |
| HSL | 178.96º | 0.92% | 0.37% | - |
| HSV(B) | 178.96º | 0.96% | 0.71% | - |
| XYZ | 24.66 | 36.31 | 47.83 | - |
| YUV | 128.93 | 155.69 | 41.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 181 | 178 | 0.96 | 0 | 0.02 | 0.29 | 178.96 | 0.92 | 0.37 |
| Hex | 8 | B5 | B2 | 60 | 0 | 2 | 1D | B3 | 5C | 25 |
| Octal | 10 | 265 | 262 | 140 | 0 | 2 | 35 | 263 | 134 | 45 |
| Binary | 1000 | 10110101 | 10110010 | 1100000 | 0 | 10 | 11101 | 10110011 | 1011100 | 100101 |
Color Harmonies of #08B5B2
Complementary color
Monochromatic Colors of #08B5B2
Black with #08B5B2
Text Example
Text Example
White with #08B5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08B5B2; }
p { color: rgb(8,181,178); }
H1.HeaderClassName
{
color: #08B5B2;
}
.AnyTagClassName
{
color: #08B5B2;
}
</style>
background-color css
<style>
a { background-color: #08B5B2; }
a { background-color: rgb(8,181,178); }
div.DivClassName
{
background-color: #08B5B2;
}
.BgClassName
{
background-color: #08B5B2;
}
</style>
border-color css
<style>
span { border-color: #08B5B2; }
span { border-color: rgb(8,181,178); }
td.TdClassName
{
border-color: #08B5B2;
}
.TagClassName
{
border-color: #08B5B2;
}
</style>