Shades of Deep Sky Blue #10CAF2
Tints of Deep Sky Blue #10CAF2
RGB
CMYK
RGB Variations
Color information
#10CAF2 (or 0x10CAF2) is known color: Deep Sky Blue. HEX triplet: 10, CA and F2. RGB value is (16,202,242). Sum of RGB (Red+Green+Blue) = 16+202+242=460 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.48% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 242 (94.92% from 255 or 52.61% from 460); Max value from RGB is 242 - color contains mainly: blue. Hex color #10CAF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CAF2 is #EF350D. Grayscale: #969696. Windows color (decimal): -15676686 or 15911440. OLE color: 15911440.
HSL color Cylindrical-coordinate representation of color #10CAF2: hue angle of 190.62º 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 #10CAF2 is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 202 | 242 | - |
| CMYK | 0.93 | 0.17 | 0 | 0.05 |
| HSL | 190.62º | 0.9% | 0.51% | - |
| HSV(B) | 190.62º | 0.93% | 0.95% | - |
| XYZ | 37.36 | 48.76 | 91.45 | - |
| YUV | 150.95 | 179.38 | 31.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 202 | 242 | 0.93 | 0.17 | 0 | 0.05 | 190.62 | 0.9 | 0.51 |
| Hex | 10 | CA | F2 | 5D | 11 | 0 | 5 | BF | 5A | 33 |
| Octal | 20 | 312 | 362 | 135 | 21 | 0 | 5 | 277 | 132 | 63 |
| Binary | 10000 | 11001010 | 11110010 | 1011101 | 10001 | 0 | 101 | 10111111 | 1011010 | 110011 |
Color Harmonies of #10CAF2
Complementary color
Monochromatic Colors of #10CAF2
Black with #10CAF2
Text Example
Text Example
White with #10CAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CAF2; }
p { color: rgb(16,202,242); }
H1.HeaderClassName
{
color: #10CAF2;
}
.AnyTagClassName
{
color: #10CAF2;
}
</style>
background-color css
<style>
a { background-color: #10CAF2; }
a { background-color: rgb(16,202,242); }
div.DivClassName
{
background-color: #10CAF2;
}
.BgClassName
{
background-color: #10CAF2;
}
</style>
border-color css
<style>
span { border-color: #10CAF2; }
span { border-color: rgb(16,202,242); }
td.TdClassName
{
border-color: #10CAF2;
}
.TagClassName
{
border-color: #10CAF2;
}
</style>