Shades of Deep Sky Blue #10C0FB
Tints of Deep Sky Blue #10C0FB
RGB
CMYK
RGB Variations
Color information
#10C0FB (or 0x10C0FB) is known color: Deep Sky Blue. HEX triplet: 10, C0 and FB. RGB value is (16,192,251). Sum of RGB (Red+Green+Blue) = 16+192+251=459 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.49% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #10C0FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10C0FB is #EF3F04. Grayscale: #919191. Windows color (decimal): -15679237 or 16498704. OLE color: 16498704.
HSL color Cylindrical-coordinate representation of color #10C0FB: hue angle of 195.06º 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 #10C0FB is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 192 | 251 | - |
| CMYK | 0.94 | 0.24 | 0 | 0.02 |
| HSL | 195.06º | 0.97% | 0.52% | - |
| HSV(B) | 195.06º | 0.94% | 0.98% | - |
| XYZ | 36.48 | 44.77 | 97.99 | - |
| YUV | 146.1 | 187.19 | 35.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 192 | 251 | 0.94 | 0.24 | 0 | 0.02 | 195.06 | 0.97 | 0.52 |
| Hex | 10 | C0 | FB | 5E | 18 | 0 | 2 | C3 | 61 | 34 |
| Octal | 20 | 300 | 373 | 136 | 30 | 0 | 2 | 303 | 141 | 64 |
| Binary | 10000 | 11000000 | 11111011 | 1011110 | 11000 | 0 | 10 | 11000011 | 1100001 | 110100 |
Color Harmonies of #10C0FB
Complementary color
Monochromatic Colors of #10C0FB
Black with #10C0FB
Text Example
Text Example
White with #10C0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C0FB; }
p { color: rgb(16,192,251); }
H1.HeaderClassName
{
color: #10C0FB;
}
.AnyTagClassName
{
color: #10C0FB;
}
</style>
background-color css
<style>
a { background-color: #10C0FB; }
a { background-color: rgb(16,192,251); }
div.DivClassName
{
background-color: #10C0FB;
}
.BgClassName
{
background-color: #10C0FB;
}
</style>
border-color css
<style>
span { border-color: #10C0FB; }
span { border-color: rgb(16,192,251); }
td.TdClassName
{
border-color: #10C0FB;
}
.TagClassName
{
border-color: #10C0FB;
}
</style>