Shades of Deep Sky Blue #10CCFC
Tints of Deep Sky Blue #10CCFC
RGB
CMYK
RGB Variations
Color information
#10CCFC (or 0x10CCFC) is known color: Deep Sky Blue. HEX triplet: 10, CC and FC. RGB value is (16,204,252). Sum of RGB (Red+Green+Blue) = 16+204+252=472 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.39% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #10CCFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CCFC is #EF3303. Grayscale: #989898. Windows color (decimal): -15676164 or 16567312. OLE color: 16567312.
HSL color Cylindrical-coordinate representation of color #10CCFC: hue angle of 192.2º 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 #10CCFC is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 204 | 252 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.01 |
| HSL | 192.2º | 0.98% | 0.53% | - |
| HSV(B) | 192.2º | 0.94% | 0.99% | - |
| XYZ | 39.38 | 50.32 | 99.73 | - |
| YUV | 153.26 | 183.72 | 30.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 204 | 252 | 0.94 | 0.19 | 0 | 0.01 | 192.2 | 0.98 | 0.53 |
| Hex | 10 | CC | FC | 5E | 13 | 0 | 1 | C0 | 62 | 35 |
| Octal | 20 | 314 | 374 | 136 | 23 | 0 | 1 | 300 | 142 | 65 |
| Binary | 10000 | 11001100 | 11111100 | 1011110 | 10011 | 0 | 1 | 11000000 | 1100010 | 110101 |
Color Harmonies of #10CCFC
Complementary color
Monochromatic Colors of #10CCFC
Black with #10CCFC
Text Example
Text Example
White with #10CCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CCFC; }
p { color: rgb(16,204,252); }
H1.HeaderClassName
{
color: #10CCFC;
}
.AnyTagClassName
{
color: #10CCFC;
}
</style>
background-color css
<style>
a { background-color: #10CCFC; }
a { background-color: rgb(16,204,252); }
div.DivClassName
{
background-color: #10CCFC;
}
.BgClassName
{
background-color: #10CCFC;
}
</style>
border-color css
<style>
span { border-color: #10CCFC; }
span { border-color: rgb(16,204,252); }
td.TdClassName
{
border-color: #10CCFC;
}
.TagClassName
{
border-color: #10CCFC;
}
</style>