Shades of Deep Sky Blue #01DBFD
Tints of Deep Sky Blue #01DBFD
RGB
CMYK
RGB Variations
Color information
#01DBFD (or 0x01DBFD) is known color: Deep Sky Blue. HEX triplet: 01, DB and FD. RGB value is (1,219,253). Sum of RGB (Red+Green+Blue) = 1+219+253=473 (62% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #01DBFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01DBFD is #FE2402. Grayscale: #9D9D9D. Windows color (decimal): -16655363 or 16636673. OLE color: 16636673.
HSL color Cylindrical-coordinate representation of color #01DBFD: hue angle of 188.1º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DBFD is Cyan = 1.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 219 | 253 | - |
| CMYK | 1.00 | 0.13 | 0 | 0.01 |
| HSL | 188.1º | 0.99% | 0.5% | - |
| HSV(B) | 188.1º | 1% | 0.99% | - |
| XYZ | 43.07 | 57.76 | 101.81 | - |
| YUV | 157.69 | 181.78 | 16.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 219 | 253 | 1.00 | 0.13 | 0 | 0.01 | 188.1 | 0.99 | 0.5 |
| Hex | 1 | DB | FD | 64 | D | 0 | 1 | BC | 63 | 32 |
| Octal | 1 | 333 | 375 | 144 | 15 | 0 | 1 | 274 | 143 | 62 |
| Binary | 1 | 11011011 | 11111101 | 1100100 | 1101 | 0 | 1 | 10111100 | 1100011 | 110010 |
Color Harmonies of #01DBFD
Complementary color
Monochromatic Colors of #01DBFD
Black with #01DBFD
Text Example
Text Example
White with #01DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DBFD; }
p { color: rgb(1,219,253); }
H1.HeaderClassName
{
color: #01DBFD;
}
.AnyTagClassName
{
color: #01DBFD;
}
</style>
background-color css
<style>
a { background-color: #01DBFD; }
a { background-color: rgb(1,219,253); }
div.DivClassName
{
background-color: #01DBFD;
}
.BgClassName
{
background-color: #01DBFD;
}
</style>
border-color css
<style>
span { border-color: #01DBFD; }
span { border-color: rgb(1,219,253); }
td.TdClassName
{
border-color: #01DBFD;
}
.TagClassName
{
border-color: #01DBFD;
}
</style>