Shades of Iris Blue #08B0DB
Tints of Iris Blue #08B0DB
RGB
CMYK
RGB Variations
Color information
#08B0DB (or 0x08B0DB) is known color: Iris Blue. HEX triplet: 08, B0 and DB. RGB value is (8,176,219). Sum of RGB (Red+Green+Blue) = 8+176+219=403 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.99% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #08B0DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08B0DB is #F74F24. Grayscale: #828282. Windows color (decimal): -16207653 or 14397448. OLE color: 14397448.
HSL color Cylindrical-coordinate representation of color #08B0DB: hue angle of 192.23º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B0DB is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 176 | 219 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.14 |
| HSL | 192.23º | 0.93% | 0.45% | - |
| HSV(B) | 192.23º | 0.96% | 0.86% | - |
| XYZ | 28.41 | 36.22 | 72.51 | - |
| YUV | 130.67 | 177.84 | 40.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 176 | 219 | 0.96 | 0.20 | 0 | 0.14 | 192.23 | 0.93 | 0.45 |
| Hex | 8 | B0 | DB | 60 | 14 | 0 | E | C0 | 5D | 2D |
| Octal | 10 | 260 | 333 | 140 | 24 | 0 | 16 | 300 | 135 | 55 |
| Binary | 1000 | 10110000 | 11011011 | 1100000 | 10100 | 0 | 1110 | 11000000 | 1011101 | 101101 |
Color Harmonies of #08B0DB
Complementary color
Monochromatic Colors of #08B0DB
Black with #08B0DB
Text Example
Text Example
White with #08B0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08B0DB; }
p { color: rgb(8,176,219); }
H1.HeaderClassName
{
color: #08B0DB;
}
.AnyTagClassName
{
color: #08B0DB;
}
</style>
background-color css
<style>
a { background-color: #08B0DB; }
a { background-color: rgb(8,176,219); }
div.DivClassName
{
background-color: #08B0DB;
}
.BgClassName
{
background-color: #08B0DB;
}
</style>
border-color css
<style>
span { border-color: #08B0DB; }
span { border-color: rgb(8,176,219); }
td.TdClassName
{
border-color: #08B0DB;
}
.TagClassName
{
border-color: #08B0DB;
}
</style>