Shades of Deep Sky Blue #01BDF9
Tints of Deep Sky Blue #01BDF9
RGB
CMYK
RGB Variations
Color information
#01BDF9 (or 0x01BDF9) is known color: Deep Sky Blue. HEX triplet: 01, BD and F9. RGB value is (1,189,249). Sum of RGB (Red+Green+Blue) = 1+189+249=439 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 249 (97.66% from 255 or 56.72% from 439); Max value from RGB is 249 - color contains mainly: blue. Hex color #01BDF9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01BDF9 is #FE4206. Grayscale: #8B8B8B. Windows color (decimal): -16663047 or 16366849. OLE color: 16366849.
HSL color Cylindrical-coordinate representation of color #01BDF9: hue angle of 194.52º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BDF9 is Cyan = 1.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 189 | 249 | - |
| CMYK | 1.00 | 0.24 | 0 | 0.02 |
| HSL | 194.52º | 0.99% | 0.49% | - |
| HSV(B) | 194.52º | 1% | 0.98% | - |
| XYZ | 35.31 | 43.24 | 96.11 | - |
| YUV | 139.63 | 189.72 | 29.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 189 | 249 | 1.00 | 0.24 | 0 | 0.02 | 194.52 | 0.99 | 0.49 |
| Hex | 1 | BD | F9 | 64 | 18 | 0 | 2 | C3 | 63 | 31 |
| Octal | 1 | 275 | 371 | 144 | 30 | 0 | 2 | 303 | 143 | 61 |
| Binary | 1 | 10111101 | 11111001 | 1100100 | 11000 | 0 | 10 | 11000011 | 1100011 | 110001 |
Color Harmonies of #01BDF9
Complementary color
Monochromatic Colors of #01BDF9
Black with #01BDF9
Text Example
Text Example
White with #01BDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BDF9; }
p { color: rgb(1,189,249); }
H1.HeaderClassName
{
color: #01BDF9;
}
.AnyTagClassName
{
color: #01BDF9;
}
</style>
background-color css
<style>
a { background-color: #01BDF9; }
a { background-color: rgb(1,189,249); }
div.DivClassName
{
background-color: #01BDF9;
}
.BgClassName
{
background-color: #01BDF9;
}
</style>
border-color css
<style>
span { border-color: #01BDF9; }
span { border-color: rgb(1,189,249); }
td.TdClassName
{
border-color: #01BDF9;
}
.TagClassName
{
border-color: #01BDF9;
}
</style>