Shades of Deep Sky Blue #10C8FB
Tints of Deep Sky Blue #10C8FB
RGB
CMYK
RGB Variations
Color information
#10C8FB (or 0x10C8FB) is known color: Deep Sky Blue. HEX triplet: 10, C8 and FB. RGB value is (16,200,251). Sum of RGB (Red+Green+Blue) = 16+200+251=467 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.43% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #10C8FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10C8FB is #EF3704. Grayscale: #969696. Windows color (decimal): -15677189 or 16500752. OLE color: 16500752.
HSL color Cylindrical-coordinate representation of color #10C8FB: hue angle of 193.02º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10C8FB is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 200 | 251 | - |
| CMYK | 0.94 | 0.20 | 0 | 0.02 |
| HSL | 193.02º | 0.97% | 0.52% | - |
| HSV(B) | 193.02º | 0.94% | 0.98% | - |
| XYZ | 38.28 | 48.38 | 98.59 | - |
| YUV | 150.8 | 184.54 | 31.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 200 | 251 | 0.94 | 0.20 | 0 | 0.02 | 193.02 | 0.97 | 0.52 |
| Hex | 10 | C8 | FB | 5E | 14 | 0 | 2 | C1 | 61 | 34 |
| Octal | 20 | 310 | 373 | 136 | 24 | 0 | 2 | 301 | 141 | 64 |
| Binary | 10000 | 11001000 | 11111011 | 1011110 | 10100 | 0 | 10 | 11000001 | 1100001 | 110100 |
Color Harmonies of #10C8FB
Complementary color
Monochromatic Colors of #10C8FB
Black with #10C8FB
Text Example
Text Example
White with #10C8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C8FB; }
p { color: rgb(16,200,251); }
H1.HeaderClassName
{
color: #10C8FB;
}
.AnyTagClassName
{
color: #10C8FB;
}
</style>
background-color css
<style>
a { background-color: #10C8FB; }
a { background-color: rgb(16,200,251); }
div.DivClassName
{
background-color: #10C8FB;
}
.BgClassName
{
background-color: #10C8FB;
}
</style>
border-color css
<style>
span { border-color: #10C8FB; }
span { border-color: rgb(16,200,251); }
td.TdClassName
{
border-color: #10C8FB;
}
.TagClassName
{
border-color: #10C8FB;
}
</style>