Shades of Iris Blue #03AFCD
Tints of Iris Blue #03AFCD
RGB
CMYK
RGB Variations
Color information
#03AFCD (or 0x03AFCD) is known color: Iris Blue. HEX triplet: 03, AF and CD. RGB value is (3,175,205). Sum of RGB (Red+Green+Blue) = 3+175+205=383 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #03AFCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03AFCD is #FC5032. Grayscale: #7E7E7E. Windows color (decimal): -16535603 or 13479683. OLE color: 13479683.
HSL color Cylindrical-coordinate representation of color #03AFCD: hue angle of 188.91º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03AFCD is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 175 | 205 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.20 |
| HSL | 188.91º | 0.97% | 0.41% | - |
| HSV(B) | 188.91º | 0.99% | 0.8% | - |
| XYZ | 26.39 | 35.09 | 63.14 | - |
| YUV | 126.99 | 172.02 | 39.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 175 | 205 | 0.99 | 0.15 | 0 | 0.20 | 188.91 | 0.97 | 0.41 |
| Hex | 3 | AF | CD | 63 | F | 0 | 14 | BD | 61 | 29 |
| Octal | 3 | 257 | 315 | 143 | 17 | 0 | 24 | 275 | 141 | 51 |
| Binary | 11 | 10101111 | 11001101 | 1100011 | 1111 | 0 | 10100 | 10111101 | 1100001 | 101001 |
Color Harmonies of #03AFCD
Complementary color
Monochromatic Colors of #03AFCD
Black with #03AFCD
Text Example
Text Example
White with #03AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AFCD; }
p { color: rgb(3,175,205); }
H1.HeaderClassName
{
color: #03AFCD;
}
.AnyTagClassName
{
color: #03AFCD;
}
</style>
background-color css
<style>
a { background-color: #03AFCD; }
a { background-color: rgb(3,175,205); }
div.DivClassName
{
background-color: #03AFCD;
}
.BgClassName
{
background-color: #03AFCD;
}
</style>
border-color css
<style>
span { border-color: #03AFCD; }
span { border-color: rgb(3,175,205); }
td.TdClassName
{
border-color: #03AFCD;
}
.TagClassName
{
border-color: #03AFCD;
}
</style>