Shades of Iris Blue #03ADE3
Tints of Iris Blue #03ADE3
RGB
CMYK
RGB Variations
Color information
#03ADE3 (or 0x03ADE3) is known color: Iris Blue. HEX triplet: 03, AD and E3. RGB value is (3,173,227). Sum of RGB (Red+Green+Blue) = 3+173+227=403 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 227 (89.06% from 255 or 56.33% from 403); Max value from RGB is 227 - color contains mainly: blue. Hex color #03ADE3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03ADE3 is #FC521C. Grayscale: #7F7F7F. Windows color (decimal): -16536093 or 14920963. OLE color: 14920963.
HSL color Cylindrical-coordinate representation of color #03ADE3: hue angle of 194.46º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03ADE3 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 3 | 173 | 227 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.11 |
| HSL | 194.46º | 0.97% | 0.45% | - |
| HSV(B) | 194.46º | 0.99% | 0.89% | - |
| XYZ | 28.85 | 35.45 | 78 | - |
| YUV | 128.33 | 183.68 | 38.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 173 | 227 | 0.99 | 0.24 | 0 | 0.11 | 194.46 | 0.97 | 0.45 |
| Hex | 3 | AD | E3 | 63 | 18 | 0 | B | C2 | 61 | 2D |
| Octal | 3 | 255 | 343 | 143 | 30 | 0 | 13 | 302 | 141 | 55 |
| Binary | 11 | 10101101 | 11100011 | 1100011 | 11000 | 0 | 1011 | 11000010 | 1100001 | 101101 |
Color Harmonies of #03ADE3
Complementary color
Monochromatic Colors of #03ADE3
Black with #03ADE3
Text Example
Text Example
White with #03ADE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03ADE3; }
p { color: rgb(3,173,227); }
H1.HeaderClassName
{
color: #03ADE3;
}
.AnyTagClassName
{
color: #03ADE3;
}
</style>
background-color css
<style>
a { background-color: #03ADE3; }
a { background-color: rgb(3,173,227); }
div.DivClassName
{
background-color: #03ADE3;
}
.BgClassName
{
background-color: #03ADE3;
}
</style>
border-color css
<style>
span { border-color: #03ADE3; }
span { border-color: rgb(3,173,227); }
td.TdClassName
{
border-color: #03ADE3;
}
.TagClassName
{
border-color: #03ADE3;
}
</style>