Shades of Iris Blue #08B7DB
Tints of Iris Blue #08B7DB
RGB
CMYK
RGB Variations
Color information
#08B7DB (or 0x08B7DB) is known color: Iris Blue. HEX triplet: 08, B7 and DB. RGB value is (8,183,219). Sum of RGB (Red+Green+Blue) = 8+183+219=410 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.95% from 410); Green value is 183 (71.88% from 255 or 44.63% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #08B7DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08B7DB is #F74824. Grayscale: #868686. Windows color (decimal): -16205861 or 14399240. OLE color: 14399240.
HSL color Cylindrical-coordinate representation of color #08B7DB: hue angle of 190.24º 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 #08B7DB is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 183 | 219 | - |
| CMYK | 0.96 | 0.16 | 0 | 0.14 |
| HSL | 190.24º | 0.93% | 0.45% | - |
| HSV(B) | 190.24º | 0.96% | 0.86% | - |
| XYZ | 29.82 | 39.03 | 72.98 | - |
| YUV | 134.78 | 175.52 | 37.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 183 | 219 | 0.96 | 0.16 | 0 | 0.14 | 190.24 | 0.93 | 0.45 |
| Hex | 8 | B7 | DB | 60 | 10 | 0 | E | BE | 5D | 2D |
| Octal | 10 | 267 | 333 | 140 | 20 | 0 | 16 | 276 | 135 | 55 |
| Binary | 1000 | 10110111 | 11011011 | 1100000 | 10000 | 0 | 1110 | 10111110 | 1011101 | 101101 |
Color Harmonies of #08B7DB
Complementary color
Monochromatic Colors of #08B7DB
Black with #08B7DB
Text Example
Text Example
White with #08B7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08B7DB; }
p { color: rgb(8,183,219); }
H1.HeaderClassName
{
color: #08B7DB;
}
.AnyTagClassName
{
color: #08B7DB;
}
</style>
background-color css
<style>
a { background-color: #08B7DB; }
a { background-color: rgb(8,183,219); }
div.DivClassName
{
background-color: #08B7DB;
}
.BgClassName
{
background-color: #08B7DB;
}
</style>
border-color css
<style>
span { border-color: #08B7DB; }
span { border-color: rgb(8,183,219); }
td.TdClassName
{
border-color: #08B7DB;
}
.TagClassName
{
border-color: #08B7DB;
}
</style>