Shades of Iris Blue #03ABCC
Tints of Iris Blue #03ABCC
RGB
CMYK
RGB Variations
Color information
#03ABCC (or 0x03ABCC) is known color: Iris Blue. HEX triplet: 03, AB and CC. RGB value is (3,171,204). Sum of RGB (Red+Green+Blue) = 3+171+204=378 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #03ABCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03ABCC is #FC5433. Grayscale: #7C7C7C. Windows color (decimal): -16536628 or 13413123. OLE color: 13413123.
HSL color Cylindrical-coordinate representation of color #03ABCC: hue angle of 189.85º 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 #03ABCC is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 171 | 204 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.2 |
| HSL | 189.85º | 0.97% | 0.41% | - |
| HSV(B) | 189.85º | 0.99% | 0.8% | - |
| XYZ | 25.5 | 33.5 | 62.25 | - |
| YUV | 124.53 | 172.84 | 41.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 171 | 204 | 0.99 | 0.16 | 0 | 0.2 | 189.85 | 0.97 | 0.41 |
| Hex | 3 | AB | CC | 63 | 10 | 0 | 14 | BE | 61 | 29 |
| Octal | 3 | 253 | 314 | 143 | 20 | 0 | 24 | 276 | 141 | 51 |
| Binary | 11 | 10101011 | 11001100 | 1100011 | 10000 | 0 | 10100 | 10111110 | 1100001 | 101001 |
Color Harmonies of #03ABCC
Complementary color
Monochromatic Colors of #03ABCC
Black with #03ABCC
Text Example
Text Example
White with #03ABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03ABCC; }
p { color: rgb(3,171,204); }
H1.HeaderClassName
{
color: #03ABCC;
}
.AnyTagClassName
{
color: #03ABCC;
}
</style>
background-color css
<style>
a { background-color: #03ABCC; }
a { background-color: rgb(3,171,204); }
div.DivClassName
{
background-color: #03ABCC;
}
.BgClassName
{
background-color: #03ABCC;
}
</style>
border-color css
<style>
span { border-color: #03ABCC; }
span { border-color: rgb(3,171,204); }
td.TdClassName
{
border-color: #03ABCC;
}
.TagClassName
{
border-color: #03ABCC;
}
</style>