Shades of Iris Blue #03B0CA
Tints of Iris Blue #03B0CA
RGB
CMYK
RGB Variations
Color information
#03B0CA (or 0x03B0CA) is known color: Iris Blue. HEX triplet: 03, B0 and CA. RGB value is (3,176,202). Sum of RGB (Red+Green+Blue) = 3+176+202=381 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 381); Green value is 176 (69.14% from 255 or 46.19% from 381); Blue value is 202 (79.30% from 255 or 53.02% from 381); Max value from RGB is 202 - color contains mainly: blue. Hex color #03B0CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03B0CA is #FC4F35. Grayscale: #7E7E7E. Windows color (decimal): -16535350 or 13283331. OLE color: 13283331.
HSL color Cylindrical-coordinate representation of color #03B0CA: hue angle of 187.84º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03B0CA is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 176 | 202 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.21 |
| HSL | 187.84º | 0.97% | 0.4% | - |
| HSV(B) | 187.84º | 0.99% | 0.79% | - |
| XYZ | 26.22 | 35.33 | 61.32 | - |
| YUV | 127.24 | 170.19 | 39.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 176 | 202 | 0.99 | 0.13 | 0 | 0.21 | 187.84 | 0.97 | 0.4 |
| Hex | 3 | B0 | CA | 63 | D | 0 | 15 | BC | 61 | 28 |
| Octal | 3 | 260 | 312 | 143 | 15 | 0 | 25 | 274 | 141 | 50 |
| Binary | 11 | 10110000 | 11001010 | 1100011 | 1101 | 0 | 10101 | 10111100 | 1100001 | 101000 |
Color Harmonies of #03B0CA
Complementary color
Monochromatic Colors of #03B0CA
Black with #03B0CA
Text Example
Text Example
White with #03B0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B0CA; }
p { color: rgb(3,176,202); }
H1.HeaderClassName
{
color: #03B0CA;
}
.AnyTagClassName
{
color: #03B0CA;
}
</style>
background-color css
<style>
a { background-color: #03B0CA; }
a { background-color: rgb(3,176,202); }
div.DivClassName
{
background-color: #03B0CA;
}
.BgClassName
{
background-color: #03B0CA;
}
</style>
border-color css
<style>
span { border-color: #03B0CA; }
span { border-color: rgb(3,176,202); }
td.TdClassName
{
border-color: #03B0CA;
}
.TagClassName
{
border-color: #03B0CA;
}
</style>