Shades of Deep Sky Blue #10C9FC
Tints of Deep Sky Blue #10C9FC
RGB
CMYK
RGB Variations
Color information
#10C9FC (or 0x10C9FC) is known color: Deep Sky Blue. HEX triplet: 10, C9 and FC. RGB value is (16,201,252). Sum of RGB (Red+Green+Blue) = 16+201+252=469 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.41% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 252 (98.83% from 255 or 53.73% from 469); Max value from RGB is 252 - color contains mainly: blue. Hex color #10C9FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10C9FC is #EF3603. Grayscale: #979797. Windows color (decimal): -15676932 or 16566544. OLE color: 16566544.
HSL color Cylindrical-coordinate representation of color #10C9FC: hue angle of 192.97º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10C9FC is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 201 | 252 | - |
| CMYK | 0.94 | 0.20 | 0 | 0.01 |
| HSL | 192.97º | 0.98% | 0.53% | - |
| HSV(B) | 192.97º | 0.94% | 0.99% | - |
| XYZ | 38.67 | 48.91 | 99.5 | - |
| YUV | 151.5 | 184.71 | 31.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 201 | 252 | 0.94 | 0.20 | 0 | 0.01 | 192.97 | 0.98 | 0.53 |
| Hex | 10 | C9 | FC | 5E | 14 | 0 | 1 | C1 | 62 | 35 |
| Octal | 20 | 311 | 374 | 136 | 24 | 0 | 1 | 301 | 142 | 65 |
| Binary | 10000 | 11001001 | 11111100 | 1011110 | 10100 | 0 | 1 | 11000001 | 1100010 | 110101 |
Color Harmonies of #10C9FC
Complementary color
Monochromatic Colors of #10C9FC
Black with #10C9FC
Text Example
Text Example
White with #10C9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C9FC; }
p { color: rgb(16,201,252); }
H1.HeaderClassName
{
color: #10C9FC;
}
.AnyTagClassName
{
color: #10C9FC;
}
</style>
background-color css
<style>
a { background-color: #10C9FC; }
a { background-color: rgb(16,201,252); }
div.DivClassName
{
background-color: #10C9FC;
}
.BgClassName
{
background-color: #10C9FC;
}
</style>
border-color css
<style>
span { border-color: #10C9FC; }
span { border-color: rgb(16,201,252); }
td.TdClassName
{
border-color: #10C9FC;
}
.TagClassName
{
border-color: #10C9FC;
}
</style>