Shades of Deep Sky Blue #00DEFD
Tints of Deep Sky Blue #00DEFD
RGB
CMYK
RGB Variations
Color information
#00DEFD (or 0x00DEFD) is known color: Deep Sky Blue. HEX triplet: 00, DE and FD. RGB value is (0,222,253). Sum of RGB (Red+Green+Blue) = 0+222+253=475 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 475); Green value is 222 (87.11% from 255 or 46.74% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #00DEFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00DEFD is #FF2102. Grayscale: #9E9E9E. Windows color (decimal): -16720131 or 16637440. OLE color: 16637440.
HSL color Cylindrical-coordinate representation of color #00DEFD: hue angle of 187.35º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DEFD is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 222 | 253 | - |
| CMYK | 1 | 0.12 | 0 | 0.01 |
| HSL | 187.35º | 1% | 0.5% | - |
| HSV(B) | 187.35º | 1% | 0.99% | - |
| XYZ | 43.85 | 59.33 | 102.07 | - |
| YUV | 159.16 | 180.95 | 14.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 222 | 253 | 1 | 0.12 | 0 | 0.01 | 187.35 | 1 | 0.5 |
| Hex | 0 | DE | FD | 64 | C | 0 | 1 | BB | 64 | 32 |
| Octal | 0 | 336 | 375 | 144 | 14 | 0 | 1 | 273 | 144 | 62 |
| Binary | 0 | 11011110 | 11111101 | 1100100 | 1100 | 0 | 1 | 10111011 | 1100100 | 110010 |
Color Harmonies of #00DEFD
Complementary color
Monochromatic Colors of #00DEFD
Black with #00DEFD
Text Example
Text Example
White with #00DEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DEFD; }
p { color: rgb(0,222,253); }
H1.HeaderClassName
{
color: #00DEFD;
}
.AnyTagClassName
{
color: #00DEFD;
}
</style>
background-color css
<style>
a { background-color: #00DEFD; }
a { background-color: rgb(0,222,253); }
div.DivClassName
{
background-color: #00DEFD;
}
.BgClassName
{
background-color: #00DEFD;
}
</style>
border-color css
<style>
span { border-color: #00DEFD; }
span { border-color: rgb(0,222,253); }
td.TdClassName
{
border-color: #00DEFD;
}
.TagClassName
{
border-color: #00DEFD;
}
</style>