Shades of Iris Blue #03ADDF
Tints of Iris Blue #03ADDF
RGB
CMYK
RGB Variations
Color information
#03ADDF (or 0x03ADDF) is known color: Iris Blue. HEX triplet: 03, AD and DF. RGB value is (3,173,223). Sum of RGB (Red+Green+Blue) = 3+173+223=399 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #03ADDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03ADDF is #FC5220. Grayscale: #7F7F7F. Windows color (decimal): -16536097 or 14658819. OLE color: 14658819.
HSL color Cylindrical-coordinate representation of color #03ADDF: hue angle of 193.64º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03ADDF is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 173 | 223 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.13 |
| HSL | 193.64º | 0.97% | 0.44% | - |
| HSV(B) | 193.64º | 0.99% | 0.87% | - |
| XYZ | 28.3 | 35.23 | 75.12 | - |
| YUV | 127.87 | 181.68 | 38.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 173 | 223 | 0.99 | 0.22 | 0 | 0.13 | 193.64 | 0.97 | 0.44 |
| Hex | 3 | AD | DF | 63 | 16 | 0 | D | C2 | 61 | 2C |
| Octal | 3 | 255 | 337 | 143 | 26 | 0 | 15 | 302 | 141 | 54 |
| Binary | 11 | 10101101 | 11011111 | 1100011 | 10110 | 0 | 1101 | 11000010 | 1100001 | 101100 |
Color Harmonies of #03ADDF
Complementary color
Monochromatic Colors of #03ADDF
Black with #03ADDF
Text Example
Text Example
White with #03ADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03ADDF; }
p { color: rgb(3,173,223); }
H1.HeaderClassName
{
color: #03ADDF;
}
.AnyTagClassName
{
color: #03ADDF;
}
</style>
background-color css
<style>
a { background-color: #03ADDF; }
a { background-color: rgb(3,173,223); }
div.DivClassName
{
background-color: #03ADDF;
}
.BgClassName
{
background-color: #03ADDF;
}
</style>
border-color css
<style>
span { border-color: #03ADDF; }
span { border-color: rgb(3,173,223); }
td.TdClassName
{
border-color: #03ADDF;
}
.TagClassName
{
border-color: #03ADDF;
}
</style>