Shades of Deep Sky Blue #10CFF9
Tints of Deep Sky Blue #10CFF9
RGB
CMYK
RGB Variations
Color information
#10CFF9 (or 0x10CFF9) is known color: Deep Sky Blue. HEX triplet: 10, CF and F9. RGB value is (16,207,249). Sum of RGB (Red+Green+Blue) = 16+207+249=472 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.39% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 249 (97.66% from 255 or 52.75% from 472); Max value from RGB is 249 - color contains mainly: blue. Hex color #10CFF9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CFF9 is #EF3006. Grayscale: #9A9A9A. Windows color (decimal): -15675399 or 16371472. OLE color: 16371472.
HSL color Cylindrical-coordinate representation of color #10CFF9: hue angle of 190.82º degrees, saturation: 0.95, 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 #10CFF9 is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 207 | 249 | - |
| CMYK | 0.94 | 0.17 | 0 | 0.02 |
| HSL | 190.82º | 0.95% | 0.52% | - |
| HSV(B) | 190.82º | 0.94% | 0.98% | - |
| XYZ | 39.63 | 51.58 | 97.49 | - |
| YUV | 154.68 | 181.22 | 29.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 207 | 249 | 0.94 | 0.17 | 0 | 0.02 | 190.82 | 0.95 | 0.52 |
| Hex | 10 | CF | F9 | 5E | 11 | 0 | 2 | BF | 5F | 34 |
| Octal | 20 | 317 | 371 | 136 | 21 | 0 | 2 | 277 | 137 | 64 |
| Binary | 10000 | 11001111 | 11111001 | 1011110 | 10001 | 0 | 10 | 10111111 | 1011111 | 110100 |
Color Harmonies of #10CFF9
Complementary color
Monochromatic Colors of #10CFF9
Black with #10CFF9
Text Example
Text Example
White with #10CFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CFF9; }
p { color: rgb(16,207,249); }
H1.HeaderClassName
{
color: #10CFF9;
}
.AnyTagClassName
{
color: #10CFF9;
}
</style>
background-color css
<style>
a { background-color: #10CFF9; }
a { background-color: rgb(16,207,249); }
div.DivClassName
{
background-color: #10CFF9;
}
.BgClassName
{
background-color: #10CFF9;
}
</style>
border-color css
<style>
span { border-color: #10CFF9; }
span { border-color: rgb(16,207,249); }
td.TdClassName
{
border-color: #10CFF9;
}
.TagClassName
{
border-color: #10CFF9;
}
</style>