Shades of Iris Blue #03BCDD
Tints of Iris Blue #03BCDD
RGB
CMYK
RGB Variations
Color information
#03BCDD (or 0x03BCDD) is known color: Iris Blue. HEX triplet: 03, BC and DD. RGB value is (3,188,221). Sum of RGB (Red+Green+Blue) = 3+188+221=412 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.73% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #03BCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BCDD is #FC4322. Grayscale: #888888. Windows color (decimal): -16532259 or 14531587. OLE color: 14531587.
HSL color Cylindrical-coordinate representation of color #03BCDD: hue angle of 189.08º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BCDD is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 188 | 221 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.13 |
| HSL | 189.08º | 0.97% | 0.44% | - |
| HSV(B) | 189.08º | 0.99% | 0.87% | - |
| XYZ | 31.07 | 41.21 | 74.72 | - |
| YUV | 136.45 | 175.71 | 32.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 188 | 221 | 0.99 | 0.15 | 0 | 0.13 | 189.08 | 0.97 | 0.44 |
| Hex | 3 | BC | DD | 63 | F | 0 | D | BD | 61 | 2C |
| Octal | 3 | 274 | 335 | 143 | 17 | 0 | 15 | 275 | 141 | 54 |
| Binary | 11 | 10111100 | 11011101 | 1100011 | 1111 | 0 | 1101 | 10111101 | 1100001 | 101100 |
Color Harmonies of #03BCDD
Complementary color
Monochromatic Colors of #03BCDD
Black with #03BCDD
Text Example
Text Example
White with #03BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BCDD; }
p { color: rgb(3,188,221); }
H1.HeaderClassName
{
color: #03BCDD;
}
.AnyTagClassName
{
color: #03BCDD;
}
</style>
background-color css
<style>
a { background-color: #03BCDD; }
a { background-color: rgb(3,188,221); }
div.DivClassName
{
background-color: #03BCDD;
}
.BgClassName
{
background-color: #03BCDD;
}
</style>
border-color css
<style>
span { border-color: #03BCDD; }
span { border-color: rgb(3,188,221); }
td.TdClassName
{
border-color: #03BCDD;
}
.TagClassName
{
border-color: #03BCDD;
}
</style>