Shades of Iris Blue #06ACE1
Tints of Iris Blue #06ACE1
RGB
CMYK
RGB Variations
Color information
#06ACE1 (or 0x06ACE1) is known color: Iris Blue. HEX triplet: 06, AC and E1. RGB value is (6,172,225). Sum of RGB (Red+Green+Blue) = 6+172+225=403 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.49% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 225 (88.28% from 255 or 55.83% from 403); Max value from RGB is 225 - color contains mainly: blue. Hex color #06ACE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06ACE1 is #F9531E. Grayscale: #808080. Windows color (decimal): -16339743 or 14789638. OLE color: 14789638.
HSL color Cylindrical-coordinate representation of color #06ACE1: hue angle of 194.52º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06ACE1 is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 6 | 172 | 225 | - |
| CMYK | 0.97 | 0.24 | 0 | 0.12 |
| HSL | 194.52º | 0.95% | 0.45% | - |
| HSV(B) | 194.52º | 0.97% | 0.88% | - |
| XYZ | 28.42 | 34.98 | 76.49 | - |
| YUV | 128.41 | 182.5 | 40.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 172 | 225 | 0.97 | 0.24 | 0 | 0.12 | 194.52 | 0.95 | 0.45 |
| Hex | 6 | AC | E1 | 61 | 18 | 0 | C | C3 | 5F | 2D |
| Octal | 6 | 254 | 341 | 141 | 30 | 0 | 14 | 303 | 137 | 55 |
| Binary | 110 | 10101100 | 11100001 | 1100001 | 11000 | 0 | 1100 | 11000011 | 1011111 | 101101 |
Color Harmonies of #06ACE1
Complementary color
Monochromatic Colors of #06ACE1
Black with #06ACE1
Text Example
Text Example
White with #06ACE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06ACE1; }
p { color: rgb(6,172,225); }
H1.HeaderClassName
{
color: #06ACE1;
}
.AnyTagClassName
{
color: #06ACE1;
}
</style>
background-color css
<style>
a { background-color: #06ACE1; }
a { background-color: rgb(6,172,225); }
div.DivClassName
{
background-color: #06ACE1;
}
.BgClassName
{
background-color: #06ACE1;
}
</style>
border-color css
<style>
span { border-color: #06ACE1; }
span { border-color: rgb(6,172,225); }
td.TdClassName
{
border-color: #06ACE1;
}
.TagClassName
{
border-color: #06ACE1;
}
</style>