Shades of Deep Sky Blue #00DAFE
Tints of Deep Sky Blue #00DAFE
RGB
CMYK
RGB Variations
Color information
#00DAFE (or 0x00DAFE) is known color: Deep Sky Blue. HEX triplet: 00, DA and FE. RGB value is (0,218,254). Sum of RGB (Red+Green+Blue) = 0+218+254=472 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #00DAFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00DAFE is #FF2501. Grayscale: #9C9C9C. Windows color (decimal): -16721154 or 16701952. OLE color: 16701952.
HSL color Cylindrical-coordinate representation of color #00DAFE: hue angle of 188.5º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DAFE is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 0 | 218 | 254 | - |
CMYK | 1 | 0.14 | 0 | 0.00 |
HSL | 188.5º | 1% | 0.5% | - |
HSV(B) | 188.5º | 1% | 1% | - |
XYZ | 42.96 | 57.3 | 102.56 | - |
YUV | 156.92 | 182.78 | 16.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 218 | 254 | 1 | 0.14 | 0 | 0.00 | 188.5 | 1 | 0.5 |
Hex | 0 | DA | FE | 64 | E | 0 | 0 | BD | 64 | 32 |
Octal | 0 | 332 | 376 | 144 | 16 | 0 | 0 | 275 | 144 | 62 |
Binary | 0 | 11011010 | 11111110 | 1100100 | 1110 | 0 | 0 | 10111101 | 1100100 | 110010 |
Color Harmonies of #00DAFE
Complementary color
Monochromatic Colors of #00DAFE
Black with #00DAFE
Text Example
Text Example
White with #00DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DAFE; }
p { color: rgb(0,218,254); }
H1.HeaderClassName
{
color: #00DAFE;
}
.AnyTagClassName
{
color: #00DAFE;
}
</style>
background-color css
<style>
a { background-color: #00DAFE; }
a { background-color: rgb(0,218,254); }
div.DivClassName
{
background-color: #00DAFE;
}
.BgClassName
{
background-color: #00DAFE;
}
</style>
border-color css
<style>
span { border-color: #00DAFE; }
span { border-color: rgb(0,218,254); }
td.TdClassName
{
border-color: #00DAFE;
}
.TagClassName
{
border-color: #00DAFE;
}
</style>