Shades of Deep Sky Blue #03BCF0
Tints of Deep Sky Blue #03BCF0
RGB
CMYK
RGB Variations
Color information
#03BCF0 (or 0x03BCF0) is known color: Deep Sky Blue. HEX triplet: 03, BC and F0. RGB value is (3,188,240). Sum of RGB (Red+Green+Blue) = 3+188+240=431 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 240 (94.14% from 255 or 55.68% from 431); Max value from RGB is 240 - color contains mainly: blue. Hex color #03BCF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BCF0 is #FC430F. Grayscale: #8A8A8A. Windows color (decimal): -16532240 or 15776771. OLE color: 15776771.
HSL color Cylindrical-coordinate representation of color #03BCF0: hue angle of 193.16º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BCF0 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 188 | 240 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.06 |
| HSL | 193.16º | 0.98% | 0.48% | - |
| HSV(B) | 193.16º | 0.99% | 0.94% | - |
| XYZ | 33.75 | 42.28 | 88.82 | - |
| YUV | 138.61 | 185.21 | 31.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 188 | 240 | 0.99 | 0.22 | 0 | 0.06 | 193.16 | 0.98 | 0.48 |
| Hex | 3 | BC | F0 | 63 | 16 | 0 | 6 | C1 | 62 | 30 |
| Octal | 3 | 274 | 360 | 143 | 26 | 0 | 6 | 301 | 142 | 60 |
| Binary | 11 | 10111100 | 11110000 | 1100011 | 10110 | 0 | 110 | 11000001 | 1100010 | 110000 |
Color Harmonies of #03BCF0
Complementary color
Monochromatic Colors of #03BCF0
Black with #03BCF0
Text Example
Text Example
White with #03BCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BCF0; }
p { color: rgb(3,188,240); }
H1.HeaderClassName
{
color: #03BCF0;
}
.AnyTagClassName
{
color: #03BCF0;
}
</style>
background-color css
<style>
a { background-color: #03BCF0; }
a { background-color: rgb(3,188,240); }
div.DivClassName
{
background-color: #03BCF0;
}
.BgClassName
{
background-color: #03BCF0;
}
</style>
border-color css
<style>
span { border-color: #03BCF0; }
span { border-color: rgb(3,188,240); }
td.TdClassName
{
border-color: #03BCF0;
}
.TagClassName
{
border-color: #03BCF0;
}
</style>