Shades of Iris Blue #03BCDF
Tints of Iris Blue #03BCDF
RGB
CMYK
RGB Variations
Color information
#03BCDF (or 0x03BCDF) is known color: Iris Blue. HEX triplet: 03, BC and DF. RGB value is (3,188,223). Sum of RGB (Red+Green+Blue) = 3+188+223=414 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #03BCDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BCDF is #FC4320. Grayscale: #888888. Windows color (decimal): -16532257 or 14662659. OLE color: 14662659.
HSL color Cylindrical-coordinate representation of color #03BCDF: hue angle of 189.55º 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 #03BCDF is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 188 | 223 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.13 |
| HSL | 189.55º | 0.97% | 0.44% | - |
| HSV(B) | 189.55º | 0.99% | 0.87% | - |
| XYZ | 31.34 | 41.31 | 76.13 | - |
| YUV | 136.68 | 176.71 | 32.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 188 | 223 | 0.99 | 0.16 | 0 | 0.13 | 189.55 | 0.97 | 0.44 |
| Hex | 3 | BC | DF | 63 | 10 | 0 | D | BE | 61 | 2C |
| Octal | 3 | 274 | 337 | 143 | 20 | 0 | 15 | 276 | 141 | 54 |
| Binary | 11 | 10111100 | 11011111 | 1100011 | 10000 | 0 | 1101 | 10111110 | 1100001 | 101100 |
Color Harmonies of #03BCDF
Complementary color
Monochromatic Colors of #03BCDF
Black with #03BCDF
Text Example
Text Example
White with #03BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BCDF; }
p { color: rgb(3,188,223); }
H1.HeaderClassName
{
color: #03BCDF;
}
.AnyTagClassName
{
color: #03BCDF;
}
</style>
background-color css
<style>
a { background-color: #03BCDF; }
a { background-color: rgb(3,188,223); }
div.DivClassName
{
background-color: #03BCDF;
}
.BgClassName
{
background-color: #03BCDF;
}
</style>
border-color css
<style>
span { border-color: #03BCDF; }
span { border-color: rgb(3,188,223); }
td.TdClassName
{
border-color: #03BCDF;
}
.TagClassName
{
border-color: #03BCDF;
}
</style>