Shades of Deep Sky Blue #10AFF2
Tints of Deep Sky Blue #10AFF2
RGB
CMYK
RGB Variations
Color information
#10AFF2 (or 0x10AFF2) is known color: Deep Sky Blue. HEX triplet: 10, AF and F2. RGB value is (16,175,242). Sum of RGB (Red+Green+Blue) = 16+175+242=433 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.70% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 242 (94.92% from 255 or 55.89% from 433); Max value from RGB is 242 - color contains mainly: blue. Hex color #10AFF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10AFF2 is #EF500D. Grayscale: #868686. Windows color (decimal): -15683598 or 15904528. OLE color: 15904528.
HSL color Cylindrical-coordinate representation of color #10AFF2: hue angle of 197.79º 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 #10AFF2 is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 175 | 242 | - |
| CMYK | 0.93 | 0.28 | 0 | 0.05 |
| HSL | 197.79º | 0.9% | 0.51% | - |
| HSV(B) | 197.79º | 0.93% | 0.95% | - |
| XYZ | 31.57 | 37.18 | 89.52 | - |
| YUV | 135.1 | 188.32 | 43.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 175 | 242 | 0.93 | 0.28 | 0 | 0.05 | 197.79 | 0.9 | 0.51 |
| Hex | 10 | AF | F2 | 5D | 1C | 0 | 5 | C6 | 5A | 33 |
| Octal | 20 | 257 | 362 | 135 | 34 | 0 | 5 | 306 | 132 | 63 |
| Binary | 10000 | 10101111 | 11110010 | 1011101 | 11100 | 0 | 101 | 11000110 | 1011010 | 110011 |
Color Harmonies of #10AFF2
Complementary color
Monochromatic Colors of #10AFF2
Black with #10AFF2
Text Example
Text Example
White with #10AFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AFF2; }
p { color: rgb(16,175,242); }
H1.HeaderClassName
{
color: #10AFF2;
}
.AnyTagClassName
{
color: #10AFF2;
}
</style>
background-color css
<style>
a { background-color: #10AFF2; }
a { background-color: rgb(16,175,242); }
div.DivClassName
{
background-color: #10AFF2;
}
.BgClassName
{
background-color: #10AFF2;
}
</style>
border-color css
<style>
span { border-color: #10AFF2; }
span { border-color: rgb(16,175,242); }
td.TdClassName
{
border-color: #10AFF2;
}
.TagClassName
{
border-color: #10AFF2;
}
</style>