Shades of Deep Sky Blue #00DBFA
Tints of Deep Sky Blue #00DBFA
RGB
CMYK
RGB Variations
Color information
#00DBFA (or 0x00DBFA) is known color: Deep Sky Blue. HEX triplet: 00, DB and FA. RGB value is (0,219,250). Sum of RGB (Red+Green+Blue) = 0+219+250=469 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #00DBFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00DBFA is #FF2405. Grayscale: #9C9C9C. Windows color (decimal): -16720902 or 16440064. OLE color: 16440064.
HSL color Cylindrical-coordinate representation of color #00DBFA: hue angle of 187.44º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DBFA is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 219 | 250 | - |
| CMYK | 1 | 0.12 | 0 | 0.02 |
| HSL | 187.44º | 1% | 0.49% | - |
| HSV(B) | 187.44º | 1% | 0.98% | - |
| XYZ | 42.59 | 57.57 | 99.31 | - |
| YUV | 157.05 | 180.45 | 15.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 219 | 250 | 1 | 0.12 | 0 | 0.02 | 187.44 | 1 | 0.49 |
| Hex | 0 | DB | FA | 64 | C | 0 | 2 | BB | 64 | 31 |
| Octal | 0 | 333 | 372 | 144 | 14 | 0 | 2 | 273 | 144 | 61 |
| Binary | 0 | 11011011 | 11111010 | 1100100 | 1100 | 0 | 10 | 10111011 | 1100100 | 110001 |
Color Harmonies of #00DBFA
Complementary color
Monochromatic Colors of #00DBFA
Black with #00DBFA
Text Example
Text Example
White with #00DBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DBFA; }
p { color: rgb(0,219,250); }
H1.HeaderClassName
{
color: #00DBFA;
}
.AnyTagClassName
{
color: #00DBFA;
}
</style>
background-color css
<style>
a { background-color: #00DBFA; }
a { background-color: rgb(0,219,250); }
div.DivClassName
{
background-color: #00DBFA;
}
.BgClassName
{
background-color: #00DBFA;
}
</style>
border-color css
<style>
span { border-color: #00DBFA; }
span { border-color: rgb(0,219,250); }
td.TdClassName
{
border-color: #00DBFA;
}
.TagClassName
{
border-color: #00DBFA;
}
</style>