Shades of Iris Blue #03ADE0
Tints of Iris Blue #03ADE0
RGB
CMYK
RGB Variations
Color information
#03ADE0 (or 0x03ADE0) is known color: Iris Blue. HEX triplet: 03, AD and E0. RGB value is (3,173,224). Sum of RGB (Red+Green+Blue) = 3+173+224=400 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 224 (87.89% from 255 or 56% from 400); Max value from RGB is 224 - color contains mainly: blue. Hex color #03ADE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03ADE0 is #FC521F. Grayscale: #7F7F7F. Windows color (decimal): -16536096 or 14724355. OLE color: 14724355.
HSL color Cylindrical-coordinate representation of color #03ADE0: hue angle of 193.85º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03ADE0 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 3 | 173 | 224 | - |
| CMYK | 0.99 | 0.23 | 0 | 0.12 |
| HSL | 193.85º | 0.97% | 0.45% | - |
| HSV(B) | 193.85º | 0.99% | 0.88% | - |
| XYZ | 28.44 | 35.29 | 75.83 | - |
| YUV | 127.98 | 182.18 | 38.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 173 | 224 | 0.99 | 0.23 | 0 | 0.12 | 193.85 | 0.97 | 0.45 |
| Hex | 3 | AD | E0 | 63 | 17 | 0 | C | C2 | 61 | 2D |
| Octal | 3 | 255 | 340 | 143 | 27 | 0 | 14 | 302 | 141 | 55 |
| Binary | 11 | 10101101 | 11100000 | 1100011 | 10111 | 0 | 1100 | 11000010 | 1100001 | 101101 |
Color Harmonies of #03ADE0
Complementary color
Monochromatic Colors of #03ADE0
Black with #03ADE0
Text Example
Text Example
White with #03ADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03ADE0; }
p { color: rgb(3,173,224); }
H1.HeaderClassName
{
color: #03ADE0;
}
.AnyTagClassName
{
color: #03ADE0;
}
</style>
background-color css
<style>
a { background-color: #03ADE0; }
a { background-color: rgb(3,173,224); }
div.DivClassName
{
background-color: #03ADE0;
}
.BgClassName
{
background-color: #03ADE0;
}
</style>
border-color css
<style>
span { border-color: #03ADE0; }
span { border-color: rgb(3,173,224); }
td.TdClassName
{
border-color: #03ADE0;
}
.TagClassName
{
border-color: #03ADE0;
}
</style>