Shades of Deep Sky Blue #10C8FF
Tints of Deep Sky Blue #10C8FF
RGB
CMYK
RGB Variations
Color information
#10C8FF (or 0x10C8FF) is known color: Deep Sky Blue. HEX triplet: 10, C8 and FF. RGB value is (16,200,255). Sum of RGB (Red+Green+Blue) = 16+200+255=471 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.40% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #10C8FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10C8FF is #EF3700. Grayscale: #969696. Windows color (decimal): -15677185 or 16762896. OLE color: 16762896.
HSL color Cylindrical-coordinate representation of color #10C8FF: hue angle of 193.81º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10C8FF is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 200 | 255 | - |
| CMYK | 0.94 | 0.22 | 0 | 0 |
| HSL | 193.81º | 1% | 0.53% | - |
| HSV(B) | 193.81º | 0.94% | 1% | - |
| XYZ | 38.92 | 48.64 | 101.94 | - |
| YUV | 151.25 | 186.54 | 31.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 200 | 255 | 0.94 | 0.22 | 0 | 0 | 193.81 | 1 | 0.53 |
| Hex | 10 | C8 | FF | 5E | 16 | 0 | 0 | C2 | 64 | 35 |
| Octal | 20 | 310 | 377 | 136 | 26 | 0 | 0 | 302 | 144 | 65 |
| Binary | 10000 | 11001000 | 11111111 | 1011110 | 10110 | 0 | 0 | 11000010 | 1100100 | 110101 |
Color Harmonies of #10C8FF
Complementary color
Monochromatic Colors of #10C8FF
Black with #10C8FF
Text Example
Text Example
White with #10C8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C8FF; }
p { color: rgb(16,200,255); }
H1.HeaderClassName
{
color: #10C8FF;
}
.AnyTagClassName
{
color: #10C8FF;
}
</style>
background-color css
<style>
a { background-color: #10C8FF; }
a { background-color: rgb(16,200,255); }
div.DivClassName
{
background-color: #10C8FF;
}
.BgClassName
{
background-color: #10C8FF;
}
</style>
border-color css
<style>
span { border-color: #10C8FF; }
span { border-color: rgb(16,200,255); }
td.TdClassName
{
border-color: #10C8FF;
}
.TagClassName
{
border-color: #10C8FF;
}
</style>