Shades of Deep Sky Blue #03BEEC
Tints of Deep Sky Blue #03BEEC
RGB
CMYK
RGB Variations
Color information
#03BEEC (or 0x03BEEC) is known color: Deep Sky Blue. HEX triplet: 03, BE and EC. RGB value is (3,190,236). Sum of RGB (Red+Green+Blue) = 3+190+236=429 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #03BEEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BEEC is #FC4113. Grayscale: #8A8A8A. Windows color (decimal): -16531732 or 15515139. OLE color: 15515139.
HSL color Cylindrical-coordinate representation of color #03BEEC: hue angle of 191.85º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BEEC is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 190 | 236 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.07 |
| HSL | 191.85º | 0.97% | 0.47% | - |
| HSV(B) | 191.85º | 0.99% | 0.93% | - |
| XYZ | 33.59 | 42.9 | 85.87 | - |
| YUV | 139.33 | 182.55 | 30.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 190 | 236 | 0.99 | 0.19 | 0 | 0.07 | 191.85 | 0.97 | 0.47 |
| Hex | 3 | BE | EC | 63 | 13 | 0 | 7 | C0 | 61 | 2F |
| Octal | 3 | 276 | 354 | 143 | 23 | 0 | 7 | 300 | 141 | 57 |
| Binary | 11 | 10111110 | 11101100 | 1100011 | 10011 | 0 | 111 | 11000000 | 1100001 | 101111 |
Color Harmonies of #03BEEC
Complementary color
Monochromatic Colors of #03BEEC
Black with #03BEEC
Text Example
Text Example
White with #03BEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BEEC; }
p { color: rgb(3,190,236); }
H1.HeaderClassName
{
color: #03BEEC;
}
.AnyTagClassName
{
color: #03BEEC;
}
</style>
background-color css
<style>
a { background-color: #03BEEC; }
a { background-color: rgb(3,190,236); }
div.DivClassName
{
background-color: #03BEEC;
}
.BgClassName
{
background-color: #03BEEC;
}
</style>
border-color css
<style>
span { border-color: #03BEEC; }
span { border-color: rgb(3,190,236); }
td.TdClassName
{
border-color: #03BEEC;
}
.TagClassName
{
border-color: #03BEEC;
}
</style>