Shades of Iris Blue #03AEDC
Tints of Iris Blue #03AEDC
RGB
CMYK
RGB Variations
Color information
#03AEDC (or 0x03AEDC) is known color: Iris Blue. HEX triplet: 03, AE and DC. RGB value is (3,174,220). Sum of RGB (Red+Green+Blue) = 3+174+220=397 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 397); Green value is 174 (68.36% from 255 or 43.83% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #03AEDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03AEDC is #FC5123. Grayscale: #7F7F7F. Windows color (decimal): -16535844 or 14462467. OLE color: 14462467.
HSL color Cylindrical-coordinate representation of color #03AEDC: hue angle of 192.72º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03AEDC is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 174 | 220 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.14 |
| HSL | 192.72º | 0.97% | 0.44% | - |
| HSV(B) | 192.72º | 0.99% | 0.86% | - |
| XYZ | 28.09 | 35.46 | 73.07 | - |
| YUV | 128.12 | 179.85 | 38.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 174 | 220 | 0.99 | 0.21 | 0 | 0.14 | 192.72 | 0.97 | 0.44 |
| Hex | 3 | AE | DC | 63 | 15 | 0 | E | C1 | 61 | 2C |
| Octal | 3 | 256 | 334 | 143 | 25 | 0 | 16 | 301 | 141 | 54 |
| Binary | 11 | 10101110 | 11011100 | 1100011 | 10101 | 0 | 1110 | 11000001 | 1100001 | 101100 |
Color Harmonies of #03AEDC
Complementary color
Monochromatic Colors of #03AEDC
Black with #03AEDC
Text Example
Text Example
White with #03AEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AEDC; }
p { color: rgb(3,174,220); }
H1.HeaderClassName
{
color: #03AEDC;
}
.AnyTagClassName
{
color: #03AEDC;
}
</style>
background-color css
<style>
a { background-color: #03AEDC; }
a { background-color: rgb(3,174,220); }
div.DivClassName
{
background-color: #03AEDC;
}
.BgClassName
{
background-color: #03AEDC;
}
</style>
border-color css
<style>
span { border-color: #03AEDC; }
span { border-color: rgb(3,174,220); }
td.TdClassName
{
border-color: #03AEDC;
}
.TagClassName
{
border-color: #03AEDC;
}
</style>