Shades of Deep Sky Blue #10C8FC
Tints of Deep Sky Blue #10C8FC
RGB
CMYK
RGB Variations
Color information
#10C8FC (or 0x10C8FC) is known color: Deep Sky Blue. HEX triplet: 10, C8 and FC. RGB value is (16,200,252). Sum of RGB (Red+Green+Blue) = 16+200+252=468 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.42% from 468); Green value is 200 (78.52% from 255 or 42.74% 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 #10C8FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10C8FC is #EF3703. Grayscale: #969696. Windows color (decimal): -15677188 or 16566288. OLE color: 16566288.
HSL color Cylindrical-coordinate representation of color #10C8FC: hue angle of 193.22º 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 #10C8FC is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 200 | 252 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.01 |
| HSL | 193.22º | 0.98% | 0.53% | - |
| HSV(B) | 193.22º | 0.94% | 0.99% | - |
| XYZ | 38.44 | 48.45 | 99.42 | - |
| YUV | 150.91 | 185.04 | 31.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 200 | 252 | 0.94 | 0.21 | 0 | 0.01 | 193.22 | 0.98 | 0.53 |
| Hex | 10 | C8 | FC | 5E | 15 | 0 | 1 | C1 | 62 | 35 |
| Octal | 20 | 310 | 374 | 136 | 25 | 0 | 1 | 301 | 142 | 65 |
| Binary | 10000 | 11001000 | 11111100 | 1011110 | 10101 | 0 | 1 | 11000001 | 1100010 | 110101 |
Color Harmonies of #10C8FC
Complementary color
Monochromatic Colors of #10C8FC
Black with #10C8FC
Text Example
Text Example
White with #10C8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C8FC; }
p { color: rgb(16,200,252); }
H1.HeaderClassName
{
color: #10C8FC;
}
.AnyTagClassName
{
color: #10C8FC;
}
</style>
background-color css
<style>
a { background-color: #10C8FC; }
a { background-color: rgb(16,200,252); }
div.DivClassName
{
background-color: #10C8FC;
}
.BgClassName
{
background-color: #10C8FC;
}
</style>
border-color css
<style>
span { border-color: #10C8FC; }
span { border-color: rgb(16,200,252); }
td.TdClassName
{
border-color: #10C8FC;
}
.TagClassName
{
border-color: #10C8FC;
}
</style>