Shades of Iris Blue #06ADE0
Tints of Iris Blue #06ADE0
RGB
CMYK
RGB Variations
Color information
#06ADE0 (or 0x06ADE0) is known color: Iris Blue. HEX triplet: 06, AD and E0. RGB value is (6,173,224). Sum of RGB (Red+Green+Blue) = 6+173+224=403 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.49% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 224 (87.89% from 255 or 55.58% from 403); Max value from RGB is 224 - color contains mainly: blue. Hex color #06ADE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06ADE0 is #F9521F. Grayscale: #808080. Windows color (decimal): -16339488 or 14724358. OLE color: 14724358.
HSL color Cylindrical-coordinate representation of color #06ADE0: hue angle of 194.04º 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 #06ADE0 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 6 | 173 | 224 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.12 |
| HSL | 194.04º | 0.95% | 0.45% | - |
| HSV(B) | 194.04º | 0.97% | 0.88% | - |
| XYZ | 28.47 | 35.31 | 75.84 | - |
| YUV | 128.88 | 181.67 | 40.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 173 | 224 | 0.97 | 0.23 | 0 | 0.12 | 194.04 | 0.95 | 0.45 |
| Hex | 6 | AD | E0 | 61 | 17 | 0 | C | C2 | 5F | 2D |
| Octal | 6 | 255 | 340 | 141 | 27 | 0 | 14 | 302 | 137 | 55 |
| Binary | 110 | 10101101 | 11100000 | 1100001 | 10111 | 0 | 1100 | 11000010 | 1011111 | 101101 |
Color Harmonies of #06ADE0
Complementary color
Monochromatic Colors of #06ADE0
Black with #06ADE0
Text Example
Text Example
White with #06ADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06ADE0; }
p { color: rgb(6,173,224); }
H1.HeaderClassName
{
color: #06ADE0;
}
.AnyTagClassName
{
color: #06ADE0;
}
</style>
background-color css
<style>
a { background-color: #06ADE0; }
a { background-color: rgb(6,173,224); }
div.DivClassName
{
background-color: #06ADE0;
}
.BgClassName
{
background-color: #06ADE0;
}
</style>
border-color css
<style>
span { border-color: #06ADE0; }
span { border-color: rgb(6,173,224); }
td.TdClassName
{
border-color: #06ADE0;
}
.TagClassName
{
border-color: #06ADE0;
}
</style>