Shades of Iris Blue #03AFC1
Tints of Iris Blue #03AFC1
RGB
CMYK
RGB Variations
Color information
#03AFC1 (or 0x03AFC1) is known color: Iris Blue. HEX triplet: 03, AF and C1. RGB value is (3,175,193). Sum of RGB (Red+Green+Blue) = 3+175+193=371 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 193 (75.78% from 255 or 52.02% from 371); Max value from RGB is 193 - color contains mainly: blue. Hex color #03AFC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03AFC1 is #FC503E. Grayscale: #7D7D7D. Windows color (decimal): -16535615 or 12693251. OLE color: 12693251.
HSL color Cylindrical-coordinate representation of color #03AFC1: hue angle of 185.68º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03AFC1 is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 175 | 193 | - |
| CMYK | 0.98 | 0.09 | 0 | 0.24 |
| HSL | 185.68º | 0.97% | 0.38% | - |
| HSV(B) | 185.68º | 0.98% | 0.76% | - |
| XYZ | 24.99 | 34.53 | 55.8 | - |
| YUV | 125.62 | 166.02 | 40.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 175 | 193 | 0.98 | 0.09 | 0 | 0.24 | 185.68 | 0.97 | 0.38 |
| Hex | 3 | AF | C1 | 62 | 9 | 0 | 18 | BA | 61 | 26 |
| Octal | 3 | 257 | 301 | 142 | 11 | 0 | 30 | 272 | 141 | 46 |
| Binary | 11 | 10101111 | 11000001 | 1100010 | 1001 | 0 | 11000 | 10111010 | 1100001 | 100110 |
Color Harmonies of #03AFC1
Complementary color
Monochromatic Colors of #03AFC1
Black with #03AFC1
Text Example
Text Example
White with #03AFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AFC1; }
p { color: rgb(3,175,193); }
H1.HeaderClassName
{
color: #03AFC1;
}
.AnyTagClassName
{
color: #03AFC1;
}
</style>
background-color css
<style>
a { background-color: #03AFC1; }
a { background-color: rgb(3,175,193); }
div.DivClassName
{
background-color: #03AFC1;
}
.BgClassName
{
background-color: #03AFC1;
}
</style>
border-color css
<style>
span { border-color: #03AFC1; }
span { border-color: rgb(3,175,193); }
td.TdClassName
{
border-color: #03AFC1;
}
.TagClassName
{
border-color: #03AFC1;
}
</style>