Shades of Deep Sky Blue #00DAFC
Tints of Deep Sky Blue #00DAFC
RGB
CMYK
RGB Variations
Color information
#00DAFC (or 0x00DAFC) is known color: Deep Sky Blue. HEX triplet: 00, DA and FC. RGB value is (0,218,252). Sum of RGB (Red+Green+Blue) = 0+218+252=470 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 470); Green value is 218 (85.55% from 255 or 46.38% from 470); Blue value is 252 (98.83% from 255 or 53.62% from 470); Max value from RGB is 252 - color contains mainly: blue. Hex color #00DAFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00DAFC is #FF2503. Grayscale: #9C9C9C. Windows color (decimal): -16721156 or 16570880. OLE color: 16570880.
HSL color Cylindrical-coordinate representation of color #00DAFC: hue angle of 188.1º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DAFC is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 218 | 252 | - |
| CMYK | 1 | 0.13 | 0 | 0.01 |
| HSL | 188.1º | 1% | 0.49% | - |
| HSV(B) | 188.1º | 1% | 0.99% | - |
| XYZ | 42.64 | 57.17 | 100.88 | - |
| YUV | 156.69 | 181.78 | 16.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 218 | 252 | 1 | 0.13 | 0 | 0.01 | 188.1 | 1 | 0.49 |
| Hex | 0 | DA | FC | 64 | D | 0 | 1 | BC | 64 | 31 |
| Octal | 0 | 332 | 374 | 144 | 15 | 0 | 1 | 274 | 144 | 61 |
| Binary | 0 | 11011010 | 11111100 | 1100100 | 1101 | 0 | 1 | 10111100 | 1100100 | 110001 |
Color Harmonies of #00DAFC
Complementary color
Monochromatic Colors of #00DAFC
Black with #00DAFC
Text Example
Text Example
White with #00DAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DAFC; }
p { color: rgb(0,218,252); }
H1.HeaderClassName
{
color: #00DAFC;
}
.AnyTagClassName
{
color: #00DAFC;
}
</style>
background-color css
<style>
a { background-color: #00DAFC; }
a { background-color: rgb(0,218,252); }
div.DivClassName
{
background-color: #00DAFC;
}
.BgClassName
{
background-color: #00DAFC;
}
</style>
border-color css
<style>
span { border-color: #00DAFC; }
span { border-color: rgb(0,218,252); }
td.TdClassName
{
border-color: #00DAFC;
}
.TagClassName
{
border-color: #00DAFC;
}
</style>