Shades of Iris Blue #08B7DF
Tints of Iris Blue #08B7DF
RGB
CMYK
RGB Variations
Color information
#08B7DF (or 0x08B7DF) is known color: Iris Blue. HEX triplet: 08, B7 and DF. RGB value is (8,183,223). Sum of RGB (Red+Green+Blue) = 8+183+223=414 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.93% from 414); Green value is 183 (71.88% from 255 or 44.20% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #08B7DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08B7DF is #F74820. Grayscale: #868686. Windows color (decimal): -16205857 or 14661384. OLE color: 14661384.
HSL color Cylindrical-coordinate representation of color #08B7DF: hue angle of 191.16º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B7DF is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 183 | 223 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.13 |
| HSL | 191.16º | 0.93% | 0.45% | - |
| HSV(B) | 191.16º | 0.96% | 0.87% | - |
| XYZ | 30.35 | 39.25 | 75.79 | - |
| YUV | 135.24 | 177.52 | 37.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 183 | 223 | 0.96 | 0.18 | 0 | 0.13 | 191.16 | 0.93 | 0.45 |
| Hex | 8 | B7 | DF | 60 | 12 | 0 | D | BF | 5D | 2D |
| Octal | 10 | 267 | 337 | 140 | 22 | 0 | 15 | 277 | 135 | 55 |
| Binary | 1000 | 10110111 | 11011111 | 1100000 | 10010 | 0 | 1101 | 10111111 | 1011101 | 101101 |
Color Harmonies of #08B7DF
Complementary color
Monochromatic Colors of #08B7DF
Black with #08B7DF
Text Example
Text Example
White with #08B7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08B7DF; }
p { color: rgb(8,183,223); }
H1.HeaderClassName
{
color: #08B7DF;
}
.AnyTagClassName
{
color: #08B7DF;
}
</style>
background-color css
<style>
a { background-color: #08B7DF; }
a { background-color: rgb(8,183,223); }
div.DivClassName
{
background-color: #08B7DF;
}
.BgClassName
{
background-color: #08B7DF;
}
</style>
border-color css
<style>
span { border-color: #08B7DF; }
span { border-color: rgb(8,183,223); }
td.TdClassName
{
border-color: #08B7DF;
}
.TagClassName
{
border-color: #08B7DF;
}
</style>