Shades of Deep Sky Blue #03BEEF
Tints of Deep Sky Blue #03BEEF
RGB
CMYK
RGB Variations
Color information
#03BEEF (or 0x03BEEF) is known color: Deep Sky Blue. HEX triplet: 03, BE and EF. RGB value is (3,190,239). Sum of RGB (Red+Green+Blue) = 3+190+239=432 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.69% from 432); Green value is 190 (74.61% from 255 or 43.98% from 432); Blue value is 239 (93.75% from 255 or 55.32% from 432); Max value from RGB is 239 - color contains mainly: blue. Hex color #03BEEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BEEF is #FC4110. Grayscale: #8B8B8B. Windows color (decimal): -16531729 or 15711747. OLE color: 15711747.
HSL color Cylindrical-coordinate representation of color #03BEEF: hue angle of 192.46º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BEEF is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 190 | 239 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.06 |
| HSL | 192.46º | 0.98% | 0.47% | - |
| HSV(B) | 192.46º | 0.99% | 0.94% | - |
| XYZ | 34.03 | 43.08 | 88.18 | - |
| YUV | 139.67 | 184.05 | 30.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 190 | 239 | 0.99 | 0.21 | 0 | 0.06 | 192.46 | 0.98 | 0.47 |
| Hex | 3 | BE | EF | 63 | 15 | 0 | 6 | C0 | 62 | 2F |
| Octal | 3 | 276 | 357 | 143 | 25 | 0 | 6 | 300 | 142 | 57 |
| Binary | 11 | 10111110 | 11101111 | 1100011 | 10101 | 0 | 110 | 11000000 | 1100010 | 101111 |
Color Harmonies of #03BEEF
Complementary color
Monochromatic Colors of #03BEEF
Black with #03BEEF
Text Example
Text Example
White with #03BEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BEEF; }
p { color: rgb(3,190,239); }
H1.HeaderClassName
{
color: #03BEEF;
}
.AnyTagClassName
{
color: #03BEEF;
}
</style>
background-color css
<style>
a { background-color: #03BEEF; }
a { background-color: rgb(3,190,239); }
div.DivClassName
{
background-color: #03BEEF;
}
.BgClassName
{
background-color: #03BEEF;
}
</style>
border-color css
<style>
span { border-color: #03BEEF; }
span { border-color: rgb(3,190,239); }
td.TdClassName
{
border-color: #03BEEF;
}
.TagClassName
{
border-color: #03BEEF;
}
</style>