Shades of Iris Blue #03AFDB
Tints of Iris Blue #03AFDB
RGB
CMYK
RGB Variations
Color information
#03AFDB (or 0x03AFDB) is known color: Iris Blue. HEX triplet: 03, AF and DB. RGB value is (3,175,219). Sum of RGB (Red+Green+Blue) = 3+175+219=397 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #03AFDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03AFDB is #FC5024. Grayscale: #808080. Windows color (decimal): -16535589 or 14397187. OLE color: 14397187.
HSL color Cylindrical-coordinate representation of color #03AFDB: hue angle of 192.22º 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 #03AFDB is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 175 | 219 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.14 |
| HSL | 192.22º | 0.97% | 0.44% | - |
| HSV(B) | 192.22º | 0.99% | 0.86% | - |
| XYZ | 28.15 | 35.79 | 72.44 | - |
| YUV | 128.59 | 179.02 | 38.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 175 | 219 | 0.99 | 0.20 | 0 | 0.14 | 192.22 | 0.97 | 0.44 |
| Hex | 3 | AF | DB | 63 | 14 | 0 | E | C0 | 61 | 2C |
| Octal | 3 | 257 | 333 | 143 | 24 | 0 | 16 | 300 | 141 | 54 |
| Binary | 11 | 10101111 | 11011011 | 1100011 | 10100 | 0 | 1110 | 11000000 | 1100001 | 101100 |
Color Harmonies of #03AFDB
Complementary color
Monochromatic Colors of #03AFDB
Black with #03AFDB
Text Example
Text Example
White with #03AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AFDB; }
p { color: rgb(3,175,219); }
H1.HeaderClassName
{
color: #03AFDB;
}
.AnyTagClassName
{
color: #03AFDB;
}
</style>
background-color css
<style>
a { background-color: #03AFDB; }
a { background-color: rgb(3,175,219); }
div.DivClassName
{
background-color: #03AFDB;
}
.BgClassName
{
background-color: #03AFDB;
}
</style>
border-color css
<style>
span { border-color: #03AFDB; }
span { border-color: rgb(3,175,219); }
td.TdClassName
{
border-color: #03AFDB;
}
.TagClassName
{
border-color: #03AFDB;
}
</style>