Shades of Iris Blue #03AFD2
Tints of Iris Blue #03AFD2
RGB
CMYK
RGB Variations
Color information
#03AFD2 (or 0x03AFD2) is known color: Iris Blue. HEX triplet: 03, AF and D2. RGB value is (3,175,210). Sum of RGB (Red+Green+Blue) = 3+175+210=388 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 210 (82.42% from 255 or 54.12% from 388); Max value from RGB is 210 - color contains mainly: blue. Hex color #03AFD2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03AFD2 is #FC502D. Grayscale: #7F7F7F. Windows color (decimal): -16535598 or 13807363. OLE color: 13807363.
HSL color Cylindrical-coordinate representation of color #03AFD2: hue angle of 190.14º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03AFD2 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 175 | 210 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.18 |
| HSL | 190.14º | 0.97% | 0.42% | - |
| HSV(B) | 190.14º | 0.99% | 0.82% | - |
| XYZ | 27 | 35.33 | 66.37 | - |
| YUV | 127.56 | 174.52 | 39.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 175 | 210 | 0.99 | 0.17 | 0 | 0.18 | 190.14 | 0.97 | 0.42 |
| Hex | 3 | AF | D2 | 63 | 11 | 0 | 12 | BE | 61 | 2A |
| Octal | 3 | 257 | 322 | 143 | 21 | 0 | 22 | 276 | 141 | 52 |
| Binary | 11 | 10101111 | 11010010 | 1100011 | 10001 | 0 | 10010 | 10111110 | 1100001 | 101010 |
Color Harmonies of #03AFD2
Complementary color
Monochromatic Colors of #03AFD2
Black with #03AFD2
Text Example
Text Example
White with #03AFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AFD2; }
p { color: rgb(3,175,210); }
H1.HeaderClassName
{
color: #03AFD2;
}
.AnyTagClassName
{
color: #03AFD2;
}
</style>
background-color css
<style>
a { background-color: #03AFD2; }
a { background-color: rgb(3,175,210); }
div.DivClassName
{
background-color: #03AFD2;
}
.BgClassName
{
background-color: #03AFD2;
}
</style>
border-color css
<style>
span { border-color: #03AFD2; }
span { border-color: rgb(3,175,210); }
td.TdClassName
{
border-color: #03AFD2;
}
.TagClassName
{
border-color: #03AFD2;
}
</style>