Shades of Iris Blue #03ADDA
Tints of Iris Blue #03ADDA
RGB
CMYK
RGB Variations
Color information
#03ADDA (or 0x03ADDA) is known color: Iris Blue. HEX triplet: 03, AD and DA. RGB value is (3,173,218). Sum of RGB (Red+Green+Blue) = 3+173+218=394 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 218 (85.55% from 255 or 55.33% from 394); Max value from RGB is 218 - color contains mainly: blue. Hex color #03ADDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03ADDA is #FC5225. Grayscale: #7E7E7E. Windows color (decimal): -16536102 or 14331139. OLE color: 14331139.
HSL color Cylindrical-coordinate representation of color #03ADDA: hue angle of 192.56º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03ADDA is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 173 | 218 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.15 |
| HSL | 192.56º | 0.97% | 0.43% | - |
| HSV(B) | 192.56º | 0.99% | 0.85% | - |
| XYZ | 27.64 | 34.97 | 71.62 | - |
| YUV | 127.3 | 179.18 | 39.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 173 | 218 | 0.99 | 0.21 | 0 | 0.15 | 192.56 | 0.97 | 0.43 |
| Hex | 3 | AD | DA | 63 | 15 | 0 | F | C1 | 61 | 2B |
| Octal | 3 | 255 | 332 | 143 | 25 | 0 | 17 | 301 | 141 | 53 |
| Binary | 11 | 10101101 | 11011010 | 1100011 | 10101 | 0 | 1111 | 11000001 | 1100001 | 101011 |
Color Harmonies of #03ADDA
Complementary color
Monochromatic Colors of #03ADDA
Black with #03ADDA
Text Example
Text Example
White with #03ADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03ADDA; }
p { color: rgb(3,173,218); }
H1.HeaderClassName
{
color: #03ADDA;
}
.AnyTagClassName
{
color: #03ADDA;
}
</style>
background-color css
<style>
a { background-color: #03ADDA; }
a { background-color: rgb(3,173,218); }
div.DivClassName
{
background-color: #03ADDA;
}
.BgClassName
{
background-color: #03ADDA;
}
</style>
border-color css
<style>
span { border-color: #03ADDA; }
span { border-color: rgb(3,173,218); }
td.TdClassName
{
border-color: #03ADDA;
}
.TagClassName
{
border-color: #03ADDA;
}
</style>