Shades of Iris Blue #06A8CE
Tints of Iris Blue #06A8CE
RGB
CMYK
RGB Variations
Color information
#06A8CE (or 0x06A8CE) is known color: Iris Blue. HEX triplet: 06, A8 and CE. RGB value is (6,168,206). Sum of RGB (Red+Green+Blue) = 6+168+206=380 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.58% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #06A8CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A8CE is #F95731. Grayscale: #7B7B7B. Windows color (decimal): -16340786 or 13543430. OLE color: 13543430.
HSL color Cylindrical-coordinate representation of color #06A8CE: hue angle of 191.4º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06A8CE is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 168 | 206 | - |
| CMYK | 0.97 | 0.18 | 0 | 0.19 |
| HSL | 191.4º | 0.94% | 0.42% | - |
| HSV(B) | 191.4º | 0.97% | 0.81% | - |
| XYZ | 25.22 | 32.5 | 63.34 | - |
| YUV | 123.89 | 174.33 | 43.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 168 | 206 | 0.97 | 0.18 | 0 | 0.19 | 191.4 | 0.94 | 0.42 |
| Hex | 6 | A8 | CE | 61 | 12 | 0 | 13 | BF | 5E | 2A |
| Octal | 6 | 250 | 316 | 141 | 22 | 0 | 23 | 277 | 136 | 52 |
| Binary | 110 | 10101000 | 11001110 | 1100001 | 10010 | 0 | 10011 | 10111111 | 1011110 | 101010 |
Color Harmonies of #06A8CE
Complementary color
Monochromatic Colors of #06A8CE
Black with #06A8CE
Text Example
Text Example
White with #06A8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A8CE; }
p { color: rgb(6,168,206); }
H1.HeaderClassName
{
color: #06A8CE;
}
.AnyTagClassName
{
color: #06A8CE;
}
</style>
background-color css
<style>
a { background-color: #06A8CE; }
a { background-color: rgb(6,168,206); }
div.DivClassName
{
background-color: #06A8CE;
}
.BgClassName
{
background-color: #06A8CE;
}
</style>
border-color css
<style>
span { border-color: #06A8CE; }
span { border-color: rgb(6,168,206); }
td.TdClassName
{
border-color: #06A8CE;
}
.TagClassName
{
border-color: #06A8CE;
}
</style>