Shades of Deep Sky Blue #00D8FC
Tints of Deep Sky Blue #00D8FC
RGB
CMYK
RGB Variations
Color information
#00D8FC (or 0x00D8FC) is known color: Deep Sky Blue. HEX triplet: 00, D8 and FC. RGB value is (0,216,252). Sum of RGB (Red+Green+Blue) = 0+216+252=468 (61% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 468); Green value is 216 (84.77% from 255 or 46.15% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #00D8FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00D8FC is #FF2703. Grayscale: #9B9B9B. Windows color (decimal): -16721668 or 16570368. OLE color: 16570368.
HSL color Cylindrical-coordinate representation of color #00D8FC: hue angle of 188.57º 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 #00D8FC is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 216 | 252 | - |
| CMYK | 1 | 0.14 | 0 | 0.01 |
| HSL | 188.57º | 1% | 0.49% | - |
| HSV(B) | 188.57º | 1% | 0.99% | - |
| XYZ | 42.13 | 56.14 | 100.71 | - |
| YUV | 155.52 | 182.44 | 17.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 216 | 252 | 1 | 0.14 | 0 | 0.01 | 188.57 | 1 | 0.49 |
| Hex | 0 | D8 | FC | 64 | E | 0 | 1 | BD | 64 | 31 |
| Octal | 0 | 330 | 374 | 144 | 16 | 0 | 1 | 275 | 144 | 61 |
| Binary | 0 | 11011000 | 11111100 | 1100100 | 1110 | 0 | 1 | 10111101 | 1100100 | 110001 |
Color Harmonies of #00D8FC
Complementary color
Monochromatic Colors of #00D8FC
Black with #00D8FC
Text Example
Text Example
White with #00D8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D8FC; }
p { color: rgb(0,216,252); }
H1.HeaderClassName
{
color: #00D8FC;
}
.AnyTagClassName
{
color: #00D8FC;
}
</style>
background-color css
<style>
a { background-color: #00D8FC; }
a { background-color: rgb(0,216,252); }
div.DivClassName
{
background-color: #00D8FC;
}
.BgClassName
{
background-color: #00D8FC;
}
</style>
border-color css
<style>
span { border-color: #00D8FC; }
span { border-color: rgb(0,216,252); }
td.TdClassName
{
border-color: #00D8FC;
}
.TagClassName
{
border-color: #00D8FC;
}
</style>