Shades of Deep Sky Blue #00DEFC
Tints of Deep Sky Blue #00DEFC
RGB
CMYK
RGB Variations
Color information
#00DEFC (or 0x00DEFC) is known color: Deep Sky Blue. HEX triplet: 00, DE and FC. RGB value is (0,222,252). Sum of RGB (Red+Green+Blue) = 0+222+252=474 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 474); Green value is 222 (87.11% from 255 or 46.84% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #00DEFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00DEFC is #FF2103. Grayscale: #9E9E9E. Windows color (decimal): -16720132 or 16571904. OLE color: 16571904.
HSL color Cylindrical-coordinate representation of color #00DEFC: hue angle of 187.14º 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 #00DEFC is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 222 | 252 | - |
| CMYK | 1 | 0.12 | 0 | 0.01 |
| HSL | 187.14º | 1% | 0.49% | - |
| HSV(B) | 187.14º | 1% | 0.99% | - |
| XYZ | 43.69 | 59.27 | 101.23 | - |
| YUV | 159.04 | 180.45 | 14.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 222 | 252 | 1 | 0.12 | 0 | 0.01 | 187.14 | 1 | 0.49 |
| Hex | 0 | DE | FC | 64 | C | 0 | 1 | BB | 64 | 31 |
| Octal | 0 | 336 | 374 | 144 | 14 | 0 | 1 | 273 | 144 | 61 |
| Binary | 0 | 11011110 | 11111100 | 1100100 | 1100 | 0 | 1 | 10111011 | 1100100 | 110001 |
Color Harmonies of #00DEFC
Complementary color
Monochromatic Colors of #00DEFC
Black with #00DEFC
Text Example
Text Example
White with #00DEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DEFC; }
p { color: rgb(0,222,252); }
H1.HeaderClassName
{
color: #00DEFC;
}
.AnyTagClassName
{
color: #00DEFC;
}
</style>
background-color css
<style>
a { background-color: #00DEFC; }
a { background-color: rgb(0,222,252); }
div.DivClassName
{
background-color: #00DEFC;
}
.BgClassName
{
background-color: #00DEFC;
}
</style>
border-color css
<style>
span { border-color: #00DEFC; }
span { border-color: rgb(0,222,252); }
td.TdClassName
{
border-color: #00DEFC;
}
.TagClassName
{
border-color: #00DEFC;
}
</style>