Shades of Iris Blue #08BACE
Tints of Iris Blue #08BACE
RGB
CMYK
RGB Variations
Color information
#08BACE (or 0x08BACE) is known color: Iris Blue. HEX triplet: 08, BA and CE. RGB value is (8,186,206). Sum of RGB (Red+Green+Blue) = 8+186+206=400 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #08BACE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BACE is #F74531. Grayscale: #868686. Windows color (decimal): -16205106 or 13548040. OLE color: 13548040.
HSL color Cylindrical-coordinate representation of color #08BACE: hue angle of 186.06º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BACE is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 186 | 206 | - |
| CMYK | 0.96 | 0.10 | 0 | 0.19 |
| HSL | 186.06º | 0.93% | 0.42% | - |
| HSV(B) | 186.06º | 0.96% | 0.81% | - |
| XYZ | 28.8 | 39.63 | 64.52 | - |
| YUV | 135.06 | 168.03 | 37.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 186 | 206 | 0.96 | 0.10 | 0 | 0.19 | 186.06 | 0.93 | 0.42 |
| Hex | 8 | BA | CE | 60 | A | 0 | 13 | BA | 5D | 2A |
| Octal | 10 | 272 | 316 | 140 | 12 | 0 | 23 | 272 | 135 | 52 |
| Binary | 1000 | 10111010 | 11001110 | 1100000 | 1010 | 0 | 10011 | 10111010 | 1011101 | 101010 |
Color Harmonies of #08BACE
Complementary color
Monochromatic Colors of #08BACE
Black with #08BACE
Text Example
Text Example
White with #08BACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BACE; }
p { color: rgb(8,186,206); }
H1.HeaderClassName
{
color: #08BACE;
}
.AnyTagClassName
{
color: #08BACE;
}
</style>
background-color css
<style>
a { background-color: #08BACE; }
a { background-color: rgb(8,186,206); }
div.DivClassName
{
background-color: #08BACE;
}
.BgClassName
{
background-color: #08BACE;
}
</style>
border-color css
<style>
span { border-color: #08BACE; }
span { border-color: rgb(8,186,206); }
td.TdClassName
{
border-color: #08BACE;
}
.TagClassName
{
border-color: #08BACE;
}
</style>