Shades of Deep Sky Blue #01BEF0
Tints of Deep Sky Blue #01BEF0
RGB
CMYK
RGB Variations
Color information
#01BEF0 (or 0x01BEF0) is known color: Deep Sky Blue. HEX triplet: 01, BE and F0. RGB value is (1,190,240). Sum of RGB (Red+Green+Blue) = 1+190+240=431 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 431); Green value is 190 (74.61% from 255 or 44.08% 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 #01BEF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01BEF0 is #FE410F. Grayscale: #8A8A8A. Windows color (decimal): -16662800 or 15777281. OLE color: 15777281.
HSL color Cylindrical-coordinate representation of color #01BEF0: hue angle of 192.55º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BEF0 is Cyan = 1.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 190 | 240 | - |
| CMYK | 1.00 | 0.21 | 0 | 0.06 |
| HSL | 192.55º | 0.99% | 0.47% | - |
| HSV(B) | 192.55º | 1% | 0.94% | - |
| XYZ | 34.15 | 43.12 | 88.96 | - |
| YUV | 139.19 | 184.88 | 29.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 190 | 240 | 1.00 | 0.21 | 0 | 0.06 | 192.55 | 0.99 | 0.47 |
| Hex | 1 | BE | F0 | 64 | 15 | 0 | 6 | C1 | 63 | 2F |
| Octal | 1 | 276 | 360 | 144 | 25 | 0 | 6 | 301 | 143 | 57 |
| Binary | 1 | 10111110 | 11110000 | 1100100 | 10101 | 0 | 110 | 11000001 | 1100011 | 101111 |
Color Harmonies of #01BEF0
Complementary color
Monochromatic Colors of #01BEF0
Black with #01BEF0
Text Example
Text Example
White with #01BEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BEF0; }
p { color: rgb(1,190,240); }
H1.HeaderClassName
{
color: #01BEF0;
}
.AnyTagClassName
{
color: #01BEF0;
}
</style>
background-color css
<style>
a { background-color: #01BEF0; }
a { background-color: rgb(1,190,240); }
div.DivClassName
{
background-color: #01BEF0;
}
.BgClassName
{
background-color: #01BEF0;
}
</style>
border-color css
<style>
span { border-color: #01BEF0; }
span { border-color: rgb(1,190,240); }
td.TdClassName
{
border-color: #01BEF0;
}
.TagClassName
{
border-color: #01BEF0;
}
</style>