Shades of Iris Blue #06A8CB
Tints of Iris Blue #06A8CB
RGB
CMYK
RGB Variations
Color information
#06A8CB (or 0x06A8CB) is known color: Iris Blue. HEX triplet: 06, A8 and CB. RGB value is (6,168,203). Sum of RGB (Red+Green+Blue) = 6+168+203=377 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.59% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #06A8CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A8CB is #F95734. Grayscale: #7B7B7B. Windows color (decimal): -16340789 or 13346822. OLE color: 13346822.
HSL color Cylindrical-coordinate representation of color #06A8CB: hue angle of 190.66º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06A8CB is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 168 | 203 | - |
| CMYK | 0.97 | 0.17 | 0 | 0.20 |
| HSL | 190.66º | 0.94% | 0.41% | - |
| HSV(B) | 190.66º | 0.97% | 0.8% | - |
| XYZ | 24.86 | 32.36 | 61.44 | - |
| YUV | 123.55 | 172.83 | 44.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 168 | 203 | 0.97 | 0.17 | 0 | 0.20 | 190.66 | 0.94 | 0.41 |
| Hex | 6 | A8 | CB | 61 | 11 | 0 | 14 | BF | 5E | 29 |
| Octal | 6 | 250 | 313 | 141 | 21 | 0 | 24 | 277 | 136 | 51 |
| Binary | 110 | 10101000 | 11001011 | 1100001 | 10001 | 0 | 10100 | 10111111 | 1011110 | 101001 |
Color Harmonies of #06A8CB
Complementary color
Monochromatic Colors of #06A8CB
Black with #06A8CB
Text Example
Text Example
White with #06A8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A8CB; }
p { color: rgb(6,168,203); }
H1.HeaderClassName
{
color: #06A8CB;
}
.AnyTagClassName
{
color: #06A8CB;
}
</style>
background-color css
<style>
a { background-color: #06A8CB; }
a { background-color: rgb(6,168,203); }
div.DivClassName
{
background-color: #06A8CB;
}
.BgClassName
{
background-color: #06A8CB;
}
</style>
border-color css
<style>
span { border-color: #06A8CB; }
span { border-color: rgb(6,168,203); }
td.TdClassName
{
border-color: #06A8CB;
}
.TagClassName
{
border-color: #06A8CB;
}
</style>