Shades of Deep Sky Blue #10CDFF
Tints of Deep Sky Blue #10CDFF
RGB
CMYK
RGB Variations
Color information
#10CDFF (or 0x10CDFF) is known color: Deep Sky Blue. HEX triplet: 10, CD and FF. RGB value is (16,205,255). Sum of RGB (Red+Green+Blue) = 16+205+255=476 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.36% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #10CDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CDFF is #EF3200. Grayscale: #999999. Windows color (decimal): -15675905 or 16764176. OLE color: 16764176.
HSL color Cylindrical-coordinate representation of color #10CDFF: hue angle of 192.55º 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 #10CDFF is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 205 | 255 | - |
| CMYK | 0.94 | 0.20 | 0 | 0 |
| HSL | 192.55º | 1% | 0.53% | - |
| HSV(B) | 192.55º | 0.94% | 1% | - |
| XYZ | 40.1 | 50.99 | 102.34 | - |
| YUV | 154.19 | 184.88 | 29.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 205 | 255 | 0.94 | 0.20 | 0 | 0 | 192.55 | 1 | 0.53 |
| Hex | 10 | CD | FF | 5E | 14 | 0 | 0 | C1 | 64 | 35 |
| Octal | 20 | 315 | 377 | 136 | 24 | 0 | 0 | 301 | 144 | 65 |
| Binary | 10000 | 11001101 | 11111111 | 1011110 | 10100 | 0 | 0 | 11000001 | 1100100 | 110101 |
Color Harmonies of #10CDFF
Complementary color
Monochromatic Colors of #10CDFF
Black with #10CDFF
Text Example
Text Example
White with #10CDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CDFF; }
p { color: rgb(16,205,255); }
H1.HeaderClassName
{
color: #10CDFF;
}
.AnyTagClassName
{
color: #10CDFF;
}
</style>
background-color css
<style>
a { background-color: #10CDFF; }
a { background-color: rgb(16,205,255); }
div.DivClassName
{
background-color: #10CDFF;
}
.BgClassName
{
background-color: #10CDFF;
}
</style>
border-color css
<style>
span { border-color: #10CDFF; }
span { border-color: rgb(16,205,255); }
td.TdClassName
{
border-color: #10CDFF;
}
.TagClassName
{
border-color: #10CDFF;
}
</style>