Shades of Deep Sky Blue #01BDF0
Tints of Deep Sky Blue #01BDF0
RGB
CMYK
RGB Variations
Color information
#01BDF0 (or 0x01BDF0) is known color: Deep Sky Blue. HEX triplet: 01, BD and F0. RGB value is (1,189,240). Sum of RGB (Red+Green+Blue) = 1+189+240=430 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 240 (94.14% from 255 or 55.81% from 430); Max value from RGB is 240 - color contains mainly: blue. Hex color #01BDF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01BDF0 is #FE420F. Grayscale: #8A8A8A. Windows color (decimal): -16663056 or 15777025. OLE color: 15777025.
HSL color Cylindrical-coordinate representation of color #01BDF0: hue angle of 192.8º 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 #01BDF0 is Cyan = 1.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 189 | 240 | - |
| CMYK | 1.00 | 0.21 | 0 | 0.06 |
| HSL | 192.8º | 0.99% | 0.47% | - |
| HSV(B) | 192.8º | 1% | 0.94% | - |
| XYZ | 33.94 | 42.69 | 88.89 | - |
| YUV | 138.6 | 185.22 | 29.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 189 | 240 | 1.00 | 0.21 | 0 | 0.06 | 192.8 | 0.99 | 0.47 |
| Hex | 1 | BD | F0 | 64 | 15 | 0 | 6 | C1 | 63 | 2F |
| Octal | 1 | 275 | 360 | 144 | 25 | 0 | 6 | 301 | 143 | 57 |
| Binary | 1 | 10111101 | 11110000 | 1100100 | 10101 | 0 | 110 | 11000001 | 1100011 | 101111 |
Color Harmonies of #01BDF0
Complementary color
Monochromatic Colors of #01BDF0
Black with #01BDF0
Text Example
Text Example
White with #01BDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BDF0; }
p { color: rgb(1,189,240); }
H1.HeaderClassName
{
color: #01BDF0;
}
.AnyTagClassName
{
color: #01BDF0;
}
</style>
background-color css
<style>
a { background-color: #01BDF0; }
a { background-color: rgb(1,189,240); }
div.DivClassName
{
background-color: #01BDF0;
}
.BgClassName
{
background-color: #01BDF0;
}
</style>
border-color css
<style>
span { border-color: #01BDF0; }
span { border-color: rgb(1,189,240); }
td.TdClassName
{
border-color: #01BDF0;
}
.TagClassName
{
border-color: #01BDF0;
}
</style>