Shades of Deep Sky Blue #10CFFD
Tints of Deep Sky Blue #10CFFD
RGB
CMYK
RGB Variations
Color information
#10CFFD (or 0x10CFFD) is known color: Deep Sky Blue. HEX triplet: 10, CF and FD. RGB value is (16,207,253). Sum of RGB (Red+Green+Blue) = 16+207+253=476 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.36% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #10CFFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CFFD is #EF3002. Grayscale: #9A9A9A. Windows color (decimal): -15675395 or 16633616. OLE color: 16633616.
HSL color Cylindrical-coordinate representation of color #10CFFD: hue angle of 191.65º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10CFFD is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 207 | 253 | - |
| CMYK | 0.94 | 0.18 | 0 | 0.01 |
| HSL | 191.65º | 0.98% | 0.53% | - |
| HSV(B) | 191.65º | 0.94% | 0.99% | - |
| XYZ | 40.26 | 51.83 | 100.81 | - |
| YUV | 155.14 | 183.22 | 28.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 207 | 253 | 0.94 | 0.18 | 0 | 0.01 | 191.65 | 0.98 | 0.53 |
| Hex | 10 | CF | FD | 5E | 12 | 0 | 1 | C0 | 62 | 35 |
| Octal | 20 | 317 | 375 | 136 | 22 | 0 | 1 | 300 | 142 | 65 |
| Binary | 10000 | 11001111 | 11111101 | 1011110 | 10010 | 0 | 1 | 11000000 | 1100010 | 110101 |
Color Harmonies of #10CFFD
Complementary color
Monochromatic Colors of #10CFFD
Black with #10CFFD
Text Example
Text Example
White with #10CFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CFFD; }
p { color: rgb(16,207,253); }
H1.HeaderClassName
{
color: #10CFFD;
}
.AnyTagClassName
{
color: #10CFFD;
}
</style>
background-color css
<style>
a { background-color: #10CFFD; }
a { background-color: rgb(16,207,253); }
div.DivClassName
{
background-color: #10CFFD;
}
.BgClassName
{
background-color: #10CFFD;
}
</style>
border-color css
<style>
span { border-color: #10CFFD; }
span { border-color: rgb(16,207,253); }
td.TdClassName
{
border-color: #10CFFD;
}
.TagClassName
{
border-color: #10CFFD;
}
</style>