Shades of Deep Sky Blue #10CAF0
Tints of Deep Sky Blue #10CAF0
RGB
CMYK
RGB Variations
Color information
#10CAF0 (or 0x10CAF0) is known color: Deep Sky Blue. HEX triplet: 10, CA and F0. RGB value is (16,202,240). Sum of RGB (Red+Green+Blue) = 16+202+240=458 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.49% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 240 (94.14% from 255 or 52.40% from 458); Max value from RGB is 240 - color contains mainly: blue. Hex color #10CAF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CAF0 is #EF350F. Grayscale: #969696. Windows color (decimal): -15676688 or 15780368. OLE color: 15780368.
HSL color Cylindrical-coordinate representation of color #10CAF0: hue angle of 190.18º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10CAF0 is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 202 | 240 | - |
| CMYK | 0.93 | 0.16 | 0 | 0.06 |
| HSL | 190.18º | 0.88% | 0.5% | - |
| HSV(B) | 190.18º | 0.93% | 0.94% | - |
| XYZ | 37.06 | 48.64 | 89.87 | - |
| YUV | 150.72 | 178.38 | 31.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 202 | 240 | 0.93 | 0.16 | 0 | 0.06 | 190.18 | 0.88 | 0.5 |
| Hex | 10 | CA | F0 | 5D | 10 | 0 | 6 | BE | 58 | 32 |
| Octal | 20 | 312 | 360 | 135 | 20 | 0 | 6 | 276 | 130 | 62 |
| Binary | 10000 | 11001010 | 11110000 | 1011101 | 10000 | 0 | 110 | 10111110 | 1011000 | 110010 |
Color Harmonies of #10CAF0
Complementary color
Monochromatic Colors of #10CAF0
Black with #10CAF0
Text Example
Text Example
White with #10CAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CAF0; }
p { color: rgb(16,202,240); }
H1.HeaderClassName
{
color: #10CAF0;
}
.AnyTagClassName
{
color: #10CAF0;
}
</style>
background-color css
<style>
a { background-color: #10CAF0; }
a { background-color: rgb(16,202,240); }
div.DivClassName
{
background-color: #10CAF0;
}
.BgClassName
{
background-color: #10CAF0;
}
</style>
border-color css
<style>
span { border-color: #10CAF0; }
span { border-color: rgb(16,202,240); }
td.TdClassName
{
border-color: #10CAF0;
}
.TagClassName
{
border-color: #10CAF0;
}
</style>