Shades of Iris Blue #03BCCA
Tints of Iris Blue #03BCCA
RGB
CMYK
RGB Variations
Color information
#03BCCA (or 0x03BCCA) is known color: Iris Blue. HEX triplet: 03, BC and CA. RGB value is (3,188,202). Sum of RGB (Red+Green+Blue) = 3+188+202=393 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #03BCCA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BCCA is #FC4335. Grayscale: #868686. Windows color (decimal): -16532278 or 13286403. OLE color: 13286403.
HSL color Cylindrical-coordinate representation of color #03BCCA: hue angle of 184.22º 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 #03BCCA is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 188 | 202 | - |
| CMYK | 0.99 | 0.07 | 0 | 0.21 |
| HSL | 184.22º | 0.97% | 0.4% | - |
| HSV(B) | 184.22º | 0.99% | 0.79% | - |
| XYZ | 28.68 | 40.25 | 62.13 | - |
| YUV | 134.28 | 166.21 | 34.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 188 | 202 | 0.99 | 0.07 | 0 | 0.21 | 184.22 | 0.97 | 0.4 |
| Hex | 3 | BC | CA | 63 | 7 | 0 | 15 | B8 | 61 | 28 |
| Octal | 3 | 274 | 312 | 143 | 7 | 0 | 25 | 270 | 141 | 50 |
| Binary | 11 | 10111100 | 11001010 | 1100011 | 111 | 0 | 10101 | 10111000 | 1100001 | 101000 |
Color Harmonies of #03BCCA
Complementary color
Monochromatic Colors of #03BCCA
Black with #03BCCA
Text Example
Text Example
White with #03BCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BCCA; }
p { color: rgb(3,188,202); }
H1.HeaderClassName
{
color: #03BCCA;
}
.AnyTagClassName
{
color: #03BCCA;
}
</style>
background-color css
<style>
a { background-color: #03BCCA; }
a { background-color: rgb(3,188,202); }
div.DivClassName
{
background-color: #03BCCA;
}
.BgClassName
{
background-color: #03BCCA;
}
</style>
border-color css
<style>
span { border-color: #03BCCA; }
span { border-color: rgb(3,188,202); }
td.TdClassName
{
border-color: #03BCCA;
}
.TagClassName
{
border-color: #03BCCA;
}
</style>