Shades of Iris Blue #03ADDC
Tints of Iris Blue #03ADDC
RGB
CMYK
RGB Variations
Color information
#03ADDC (or 0x03ADDC) is known color: Iris Blue. HEX triplet: 03, AD and DC. RGB value is (3,173,220). Sum of RGB (Red+Green+Blue) = 3+173+220=396 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #03ADDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03ADDC is #FC5223. Grayscale: #7F7F7F. Windows color (decimal): -16536100 or 14462211. OLE color: 14462211.
HSL color Cylindrical-coordinate representation of color #03ADDC: hue angle of 193º 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 #03ADDC is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 173 | 220 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.14 |
| HSL | 193º | 0.97% | 0.44% | - |
| HSV(B) | 193º | 0.99% | 0.86% | - |
| XYZ | 27.9 | 35.07 | 73.01 | - |
| YUV | 127.53 | 180.18 | 39.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 173 | 220 | 0.99 | 0.21 | 0 | 0.14 | 193 | 0.97 | 0.44 |
| Hex | 3 | AD | DC | 63 | 15 | 0 | E | C1 | 61 | 2C |
| Octal | 3 | 255 | 334 | 143 | 25 | 0 | 16 | 301 | 141 | 54 |
| Binary | 11 | 10101101 | 11011100 | 1100011 | 10101 | 0 | 1110 | 11000001 | 1100001 | 101100 |
Color Harmonies of #03ADDC
Complementary color
Monochromatic Colors of #03ADDC
Black with #03ADDC
Text Example
Text Example
White with #03ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03ADDC; }
p { color: rgb(3,173,220); }
H1.HeaderClassName
{
color: #03ADDC;
}
.AnyTagClassName
{
color: #03ADDC;
}
</style>
background-color css
<style>
a { background-color: #03ADDC; }
a { background-color: rgb(3,173,220); }
div.DivClassName
{
background-color: #03ADDC;
}
.BgClassName
{
background-color: #03ADDC;
}
</style>
border-color css
<style>
span { border-color: #03ADDC; }
span { border-color: rgb(3,173,220); }
td.TdClassName
{
border-color: #03ADDC;
}
.TagClassName
{
border-color: #03ADDC;
}
</style>