Shades of Deep Sky Blue #10C3FF
Tints of Deep Sky Blue #10C3FF
RGB
CMYK
RGB Variations
Color information
#10C3FF (or 0x10C3FF) is known color: Deep Sky Blue. HEX triplet: 10, C3 and FF. RGB value is (16,195,255). Sum of RGB (Red+Green+Blue) = 16+195+255=466 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.43% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #10C3FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10C3FF is #EF3C00. Grayscale: #939393. Windows color (decimal): -15678465 or 16761616. OLE color: 16761616.
HSL color Cylindrical-coordinate representation of color #10C3FF: hue angle of 195.06º 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 #10C3FF is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 195 | 255 | - |
| CMYK | 0.94 | 0.24 | 0 | 0 |
| HSL | 195.06º | 1% | 0.53% | - |
| HSV(B) | 195.06º | 0.94% | 1% | - |
| XYZ | 37.78 | 46.36 | 101.57 | - |
| YUV | 148.32 | 188.2 | 33.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 195 | 255 | 0.94 | 0.24 | 0 | 0 | 195.06 | 1 | 0.53 |
| Hex | 10 | C3 | FF | 5E | 18 | 0 | 0 | C3 | 64 | 35 |
| Octal | 20 | 303 | 377 | 136 | 30 | 0 | 0 | 303 | 144 | 65 |
| Binary | 10000 | 11000011 | 11111111 | 1011110 | 11000 | 0 | 0 | 11000011 | 1100100 | 110101 |
Color Harmonies of #10C3FF
Complementary color
Monochromatic Colors of #10C3FF
Black with #10C3FF
Text Example
Text Example
White with #10C3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C3FF; }
p { color: rgb(16,195,255); }
H1.HeaderClassName
{
color: #10C3FF;
}
.AnyTagClassName
{
color: #10C3FF;
}
</style>
background-color css
<style>
a { background-color: #10C3FF; }
a { background-color: rgb(16,195,255); }
div.DivClassName
{
background-color: #10C3FF;
}
.BgClassName
{
background-color: #10C3FF;
}
</style>
border-color css
<style>
span { border-color: #10C3FF; }
span { border-color: rgb(16,195,255); }
td.TdClassName
{
border-color: #10C3FF;
}
.TagClassName
{
border-color: #10C3FF;
}
</style>