Shades of Deep Sky Blue #10CDF2
Tints of Deep Sky Blue #10CDF2
RGB
CMYK
RGB Variations
Color information
#10CDF2 (or 0x10CDF2) is known color: Deep Sky Blue. HEX triplet: 10, CD and F2. RGB value is (16,205,242). Sum of RGB (Red+Green+Blue) = 16+205+242=463 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.46% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 242 (94.92% from 255 or 52.27% from 463); Max value from RGB is 242 - color contains mainly: blue. Hex color #10CDF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CDF2 is #EF320D. Grayscale: #989898. Windows color (decimal): -15675918 or 15912208. OLE color: 15912208.
HSL color Cylindrical-coordinate representation of color #10CDF2: hue angle of 189.82º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10CDF2 is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 205 | 242 | - |
| CMYK | 0.93 | 0.15 | 0 | 0.05 |
| HSL | 189.82º | 0.9% | 0.51% | - |
| HSV(B) | 189.82º | 0.93% | 0.95% | - |
| XYZ | 38.07 | 50.18 | 91.68 | - |
| YUV | 152.71 | 178.38 | 30.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 205 | 242 | 0.93 | 0.15 | 0 | 0.05 | 189.82 | 0.9 | 0.51 |
| Hex | 10 | CD | F2 | 5D | F | 0 | 5 | BE | 5A | 33 |
| Octal | 20 | 315 | 362 | 135 | 17 | 0 | 5 | 276 | 132 | 63 |
| Binary | 10000 | 11001101 | 11110010 | 1011101 | 1111 | 0 | 101 | 10111110 | 1011010 | 110011 |
Color Harmonies of #10CDF2
Complementary color
Monochromatic Colors of #10CDF2
Black with #10CDF2
Text Example
Text Example
White with #10CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CDF2; }
p { color: rgb(16,205,242); }
H1.HeaderClassName
{
color: #10CDF2;
}
.AnyTagClassName
{
color: #10CDF2;
}
</style>
background-color css
<style>
a { background-color: #10CDF2; }
a { background-color: rgb(16,205,242); }
div.DivClassName
{
background-color: #10CDF2;
}
.BgClassName
{
background-color: #10CDF2;
}
</style>
border-color css
<style>
span { border-color: #10CDF2; }
span { border-color: rgb(16,205,242); }
td.TdClassName
{
border-color: #10CDF2;
}
.TagClassName
{
border-color: #10CDF2;
}
</style>