Shades of Iris Blue #06A8D9
Tints of Iris Blue #06A8D9
RGB
CMYK
RGB Variations
Color information
#06A8D9 (or 0x06A8D9) is known color: Iris Blue. HEX triplet: 06, A8 and D9. RGB value is (6,168,217). Sum of RGB (Red+Green+Blue) = 6+168+217=391 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.53% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 217 (85.16% from 255 or 55.50% from 391); Max value from RGB is 217 - color contains mainly: blue. Hex color #06A8D9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A8D9 is #F95726. Grayscale: #7C7C7C. Windows color (decimal): -16340775 or 14264326. OLE color: 14264326.
HSL color Cylindrical-coordinate representation of color #06A8D9: hue angle of 193.93º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06A8D9 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 168 | 217 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.15 |
| HSL | 193.93º | 0.95% | 0.44% | - |
| HSV(B) | 193.93º | 0.97% | 0.85% | - |
| XYZ | 26.6 | 33.05 | 70.62 | - |
| YUV | 125.15 | 179.83 | 43.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 168 | 217 | 0.97 | 0.23 | 0 | 0.15 | 193.93 | 0.95 | 0.44 |
| Hex | 6 | A8 | D9 | 61 | 17 | 0 | F | C2 | 5F | 2C |
| Octal | 6 | 250 | 331 | 141 | 27 | 0 | 17 | 302 | 137 | 54 |
| Binary | 110 | 10101000 | 11011001 | 1100001 | 10111 | 0 | 1111 | 11000010 | 1011111 | 101100 |
Color Harmonies of #06A8D9
Complementary color
Monochromatic Colors of #06A8D9
Black with #06A8D9
Text Example
Text Example
White with #06A8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A8D9; }
p { color: rgb(6,168,217); }
H1.HeaderClassName
{
color: #06A8D9;
}
.AnyTagClassName
{
color: #06A8D9;
}
</style>
background-color css
<style>
a { background-color: #06A8D9; }
a { background-color: rgb(6,168,217); }
div.DivClassName
{
background-color: #06A8D9;
}
.BgClassName
{
background-color: #06A8D9;
}
</style>
border-color css
<style>
span { border-color: #06A8D9; }
span { border-color: rgb(6,168,217); }
td.TdClassName
{
border-color: #06A8D9;
}
.TagClassName
{
border-color: #06A8D9;
}
</style>