Shades of Deep Sky Blue #03BEF0
Tints of Deep Sky Blue #03BEF0
RGB
CMYK
RGB Variations
Color information
#03BEF0 (or 0x03BEF0) is known color: Deep Sky Blue. HEX triplet: 03, BE and F0. RGB value is (3,190,240). Sum of RGB (Red+Green+Blue) = 3+190+240=433 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.69% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 240 (94.14% from 255 or 55.43% from 433); Max value from RGB is 240 - color contains mainly: blue. Hex color #03BEF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BEF0 is #FC410F. Grayscale: #8B8B8B. Windows color (decimal): -16531728 or 15777283. OLE color: 15777283.
HSL color Cylindrical-coordinate representation of color #03BEF0: hue angle of 192.66º 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 #03BEF0 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 190 | 240 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.06 |
| HSL | 192.66º | 0.98% | 0.48% | - |
| HSV(B) | 192.66º | 0.99% | 0.94% | - |
| XYZ | 34.18 | 43.14 | 88.96 | - |
| YUV | 139.79 | 184.55 | 30.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 190 | 240 | 0.99 | 0.21 | 0 | 0.06 | 192.66 | 0.98 | 0.48 |
| Hex | 3 | BE | F0 | 63 | 15 | 0 | 6 | C1 | 62 | 30 |
| Octal | 3 | 276 | 360 | 143 | 25 | 0 | 6 | 301 | 142 | 60 |
| Binary | 11 | 10111110 | 11110000 | 1100011 | 10101 | 0 | 110 | 11000001 | 1100010 | 110000 |
Color Harmonies of #03BEF0
Complementary color
Monochromatic Colors of #03BEF0
Black with #03BEF0
Text Example
Text Example
White with #03BEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BEF0; }
p { color: rgb(3,190,240); }
H1.HeaderClassName
{
color: #03BEF0;
}
.AnyTagClassName
{
color: #03BEF0;
}
</style>
background-color css
<style>
a { background-color: #03BEF0; }
a { background-color: rgb(3,190,240); }
div.DivClassName
{
background-color: #03BEF0;
}
.BgClassName
{
background-color: #03BEF0;
}
</style>
border-color css
<style>
span { border-color: #03BEF0; }
span { border-color: rgb(3,190,240); }
td.TdClassName
{
border-color: #03BEF0;
}
.TagClassName
{
border-color: #03BEF0;
}
</style>