Shades of Iris Blue #03BCDC
Tints of Iris Blue #03BCDC
RGB
CMYK
RGB Variations
Color information
#03BCDC (or 0x03BCDC) is known color: Iris Blue. HEX triplet: 03, BC and DC. RGB value is (3,188,220). Sum of RGB (Red+Green+Blue) = 3+188+220=411 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.73% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #03BCDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BCDC is #FC4323. Grayscale: #888888. Windows color (decimal): -16532260 or 14466051. OLE color: 14466051.
HSL color Cylindrical-coordinate representation of color #03BCDC: hue angle of 188.85º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BCDC is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 188 | 220 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.14 |
| HSL | 188.85º | 0.97% | 0.44% | - |
| HSV(B) | 188.85º | 0.99% | 0.86% | - |
| XYZ | 30.94 | 41.15 | 74.02 | - |
| YUV | 136.33 | 175.21 | 32.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 188 | 220 | 0.99 | 0.15 | 0 | 0.14 | 188.85 | 0.97 | 0.44 |
| Hex | 3 | BC | DC | 63 | F | 0 | E | BD | 61 | 2C |
| Octal | 3 | 274 | 334 | 143 | 17 | 0 | 16 | 275 | 141 | 54 |
| Binary | 11 | 10111100 | 11011100 | 1100011 | 1111 | 0 | 1110 | 10111101 | 1100001 | 101100 |
Color Harmonies of #03BCDC
Complementary color
Monochromatic Colors of #03BCDC
Black with #03BCDC
Text Example
Text Example
White with #03BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BCDC; }
p { color: rgb(3,188,220); }
H1.HeaderClassName
{
color: #03BCDC;
}
.AnyTagClassName
{
color: #03BCDC;
}
</style>
background-color css
<style>
a { background-color: #03BCDC; }
a { background-color: rgb(3,188,220); }
div.DivClassName
{
background-color: #03BCDC;
}
.BgClassName
{
background-color: #03BCDC;
}
</style>
border-color css
<style>
span { border-color: #03BCDC; }
span { border-color: rgb(3,188,220); }
td.TdClassName
{
border-color: #03BCDC;
}
.TagClassName
{
border-color: #03BCDC;
}
</style>