Shades of Iris Blue #03AFDD
Tints of Iris Blue #03AFDD
RGB
CMYK
RGB Variations
Color information
#03AFDD (or 0x03AFDD) is known color: Iris Blue. HEX triplet: 03, AF and DD. RGB value is (3,175,221). Sum of RGB (Red+Green+Blue) = 3+175+221=399 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #03AFDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03AFDD is #FC5022. Grayscale: #808080. Windows color (decimal): -16535587 or 14528259. OLE color: 14528259.
HSL color Cylindrical-coordinate representation of color #03AFDD: hue angle of 192.66º 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 #03AFDD is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 175 | 221 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.13 |
| HSL | 192.66º | 0.97% | 0.44% | - |
| HSV(B) | 192.66º | 0.99% | 0.87% | - |
| XYZ | 28.42 | 35.9 | 73.84 | - |
| YUV | 128.82 | 180.02 | 38.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 175 | 221 | 0.99 | 0.21 | 0 | 0.13 | 192.66 | 0.97 | 0.44 |
| Hex | 3 | AF | DD | 63 | 15 | 0 | D | C1 | 61 | 2C |
| Octal | 3 | 257 | 335 | 143 | 25 | 0 | 15 | 301 | 141 | 54 |
| Binary | 11 | 10101111 | 11011101 | 1100011 | 10101 | 0 | 1101 | 11000001 | 1100001 | 101100 |
Color Harmonies of #03AFDD
Complementary color
Monochromatic Colors of #03AFDD
Black with #03AFDD
Text Example
Text Example
White with #03AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AFDD; }
p { color: rgb(3,175,221); }
H1.HeaderClassName
{
color: #03AFDD;
}
.AnyTagClassName
{
color: #03AFDD;
}
</style>
background-color css
<style>
a { background-color: #03AFDD; }
a { background-color: rgb(3,175,221); }
div.DivClassName
{
background-color: #03AFDD;
}
.BgClassName
{
background-color: #03AFDD;
}
</style>
border-color css
<style>
span { border-color: #03AFDD; }
span { border-color: rgb(3,175,221); }
td.TdClassName
{
border-color: #03AFDD;
}
.TagClassName
{
border-color: #03AFDD;
}
</style>