Shades of Iris Blue #06A8DB
Tints of Iris Blue #06A8DB
RGB
CMYK
RGB Variations
Color information
#06A8DB (or 0x06A8DB) is known color: Iris Blue. HEX triplet: 06, A8 and DB. RGB value is (6,168,219). Sum of RGB (Red+Green+Blue) = 6+168+219=393 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.53% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #06A8DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A8DB is #F95724. Grayscale: #7D7D7D. Windows color (decimal): -16340773 or 14395398. OLE color: 14395398.
HSL color Cylindrical-coordinate representation of color #06A8DB: hue angle of 194.37º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06A8DB is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 168 | 219 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.14 |
| HSL | 194.37º | 0.95% | 0.44% | - |
| HSV(B) | 194.37º | 0.97% | 0.86% | - |
| XYZ | 26.86 | 33.16 | 72 | - |
| YUV | 125.38 | 180.83 | 42.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 168 | 219 | 0.97 | 0.23 | 0 | 0.14 | 194.37 | 0.95 | 0.44 |
| Hex | 6 | A8 | DB | 61 | 17 | 0 | E | C2 | 5F | 2C |
| Octal | 6 | 250 | 333 | 141 | 27 | 0 | 16 | 302 | 137 | 54 |
| Binary | 110 | 10101000 | 11011011 | 1100001 | 10111 | 0 | 1110 | 11000010 | 1011111 | 101100 |
Color Harmonies of #06A8DB
Complementary color
Monochromatic Colors of #06A8DB
Black with #06A8DB
Text Example
Text Example
White with #06A8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A8DB; }
p { color: rgb(6,168,219); }
H1.HeaderClassName
{
color: #06A8DB;
}
.AnyTagClassName
{
color: #06A8DB;
}
</style>
background-color css
<style>
a { background-color: #06A8DB; }
a { background-color: rgb(6,168,219); }
div.DivClassName
{
background-color: #06A8DB;
}
.BgClassName
{
background-color: #06A8DB;
}
</style>
border-color css
<style>
span { border-color: #06A8DB; }
span { border-color: rgb(6,168,219); }
td.TdClassName
{
border-color: #06A8DB;
}
.TagClassName
{
border-color: #06A8DB;
}
</style>