Shades of Iris Blue #06ADE1
Tints of Iris Blue #06ADE1
RGB
CMYK
RGB Variations
Color information
#06ADE1 (or 0x06ADE1) is known color: Iris Blue. HEX triplet: 06, AD and E1. RGB value is (6,173,225). Sum of RGB (Red+Green+Blue) = 6+173+225=404 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.49% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 225 (88.28% from 255 or 55.69% from 404); Max value from RGB is 225 - color contains mainly: blue. Hex color #06ADE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06ADE1 is #F9521E. Grayscale: #808080. Windows color (decimal): -16339487 or 14789894. OLE color: 14789894.
HSL color Cylindrical-coordinate representation of color #06ADE1: hue angle of 194.25º 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 #06ADE1 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 6 | 173 | 225 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.12 |
| HSL | 194.25º | 0.95% | 0.45% | - |
| HSV(B) | 194.25º | 0.97% | 0.88% | - |
| XYZ | 28.61 | 35.36 | 76.55 | - |
| YUV | 129 | 182.17 | 40.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 173 | 225 | 0.97 | 0.23 | 0 | 0.12 | 194.25 | 0.95 | 0.45 |
| Hex | 6 | AD | E1 | 61 | 17 | 0 | C | C2 | 5F | 2D |
| Octal | 6 | 255 | 341 | 141 | 27 | 0 | 14 | 302 | 137 | 55 |
| Binary | 110 | 10101101 | 11100001 | 1100001 | 10111 | 0 | 1100 | 11000010 | 1011111 | 101101 |
Color Harmonies of #06ADE1
Complementary color
Monochromatic Colors of #06ADE1
Black with #06ADE1
Text Example
Text Example
White with #06ADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06ADE1; }
p { color: rgb(6,173,225); }
H1.HeaderClassName
{
color: #06ADE1;
}
.AnyTagClassName
{
color: #06ADE1;
}
</style>
background-color css
<style>
a { background-color: #06ADE1; }
a { background-color: rgb(6,173,225); }
div.DivClassName
{
background-color: #06ADE1;
}
.BgClassName
{
background-color: #06ADE1;
}
</style>
border-color css
<style>
span { border-color: #06ADE1; }
span { border-color: rgb(6,173,225); }
td.TdClassName
{
border-color: #06ADE1;
}
.TagClassName
{
border-color: #06ADE1;
}
</style>