Shades of Deep Sky Blue #00C9FC
Tints of Deep Sky Blue #00C9FC
RGB
CMYK
RGB Variations
Color information
#00C9FC (or 0x00C9FC) is known color: Deep Sky Blue. HEX triplet: 00, C9 and FC. RGB value is (0,201,252). Sum of RGB (Red+Green+Blue) = 0+201+252=453 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 453); Green value is 201 (78.91% from 255 or 44.37% from 453); Blue value is 252 (98.83% from 255 or 55.63% from 453); Max value from RGB is 252 - color contains mainly: blue. Hex color #00C9FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00C9FC is #FF3603. Grayscale: #929292. Windows color (decimal): -16725508 or 16566528. OLE color: 16566528.
HSL color Cylindrical-coordinate representation of color #00C9FC: hue angle of 192.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 #00C9FC is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 201 | 252 | - |
| CMYK | 1 | 0.20 | 0 | 0.01 |
| HSL | 192.14º | 1% | 0.49% | - |
| HSV(B) | 192.14º | 1% | 0.99% | - |
| XYZ | 38.46 | 48.8 | 99.49 | - |
| YUV | 146.72 | 187.41 | 23.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 201 | 252 | 1 | 0.20 | 0 | 0.01 | 192.14 | 1 | 0.49 |
| Hex | 0 | C9 | FC | 64 | 14 | 0 | 1 | C0 | 64 | 31 |
| Octal | 0 | 311 | 374 | 144 | 24 | 0 | 1 | 300 | 144 | 61 |
| Binary | 0 | 11001001 | 11111100 | 1100100 | 10100 | 0 | 1 | 11000000 | 1100100 | 110001 |
Color Harmonies of #00C9FC
Complementary color
Monochromatic Colors of #00C9FC
Black with #00C9FC
Text Example
Text Example
White with #00C9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C9FC; }
p { color: rgb(0,201,252); }
H1.HeaderClassName
{
color: #00C9FC;
}
.AnyTagClassName
{
color: #00C9FC;
}
</style>
background-color css
<style>
a { background-color: #00C9FC; }
a { background-color: rgb(0,201,252); }
div.DivClassName
{
background-color: #00C9FC;
}
.BgClassName
{
background-color: #00C9FC;
}
</style>
border-color css
<style>
span { border-color: #00C9FC; }
span { border-color: rgb(0,201,252); }
td.TdClassName
{
border-color: #00C9FC;
}
.TagClassName
{
border-color: #00C9FC;
}
</style>