Shades of Iris Blue #06A8DA
Tints of Iris Blue #06A8DA
RGB
CMYK
RGB Variations
Color information
#06A8DA (or 0x06A8DA) is known color: Iris Blue. HEX triplet: 06, A8 and DA. RGB value is (6,168,218). Sum of RGB (Red+Green+Blue) = 6+168+218=392 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.53% from 392); Green value is 168 (66.02% from 255 or 42.86% from 392); Blue value is 218 (85.55% from 255 or 55.61% from 392); Max value from RGB is 218 - color contains mainly: blue. Hex color #06A8DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A8DA is #F95725. Grayscale: #7C7C7C. Windows color (decimal): -16340774 or 14329862. OLE color: 14329862.
HSL color Cylindrical-coordinate representation of color #06A8DA: hue angle of 194.15º 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 #06A8DA is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 168 | 218 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.15 |
| HSL | 194.15º | 0.95% | 0.44% | - |
| HSV(B) | 194.15º | 0.97% | 0.85% | - |
| XYZ | 26.73 | 33.11 | 71.31 | - |
| YUV | 125.26 | 180.33 | 42.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 168 | 218 | 0.97 | 0.23 | 0 | 0.15 | 194.15 | 0.95 | 0.44 |
| Hex | 6 | A8 | DA | 61 | 17 | 0 | F | C2 | 5F | 2C |
| Octal | 6 | 250 | 332 | 141 | 27 | 0 | 17 | 302 | 137 | 54 |
| Binary | 110 | 10101000 | 11011010 | 1100001 | 10111 | 0 | 1111 | 11000010 | 1011111 | 101100 |
Color Harmonies of #06A8DA
Complementary color
Monochromatic Colors of #06A8DA
Black with #06A8DA
Text Example
Text Example
White with #06A8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A8DA; }
p { color: rgb(6,168,218); }
H1.HeaderClassName
{
color: #06A8DA;
}
.AnyTagClassName
{
color: #06A8DA;
}
</style>
background-color css
<style>
a { background-color: #06A8DA; }
a { background-color: rgb(6,168,218); }
div.DivClassName
{
background-color: #06A8DA;
}
.BgClassName
{
background-color: #06A8DA;
}
</style>
border-color css
<style>
span { border-color: #06A8DA; }
span { border-color: rgb(6,168,218); }
td.TdClassName
{
border-color: #06A8DA;
}
.TagClassName
{
border-color: #06A8DA;
}
</style>