Shades of Deep Sky Blue #10AFE6
Tints of Deep Sky Blue #10AFE6
RGB
CMYK
RGB Variations
Color information
#10AFE6 (or 0x10AFE6) is known color: Deep Sky Blue. HEX triplet: 10, AF and E6. RGB value is (16,175,230). Sum of RGB (Red+Green+Blue) = 16+175+230=421 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.80% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 230 (90.23% from 255 or 54.63% from 421); Max value from RGB is 230 - color contains mainly: blue. Hex color #10AFE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10AFE6 is #EF5019. Grayscale: #858585. Windows color (decimal): -15683610 or 15118096. OLE color: 15118096.
HSL color Cylindrical-coordinate representation of color #10AFE6: hue angle of 195.42º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10AFE6 is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 175 | 230 | - |
| CMYK | 0.93 | 0.24 | 0 | 0.10 |
| HSL | 195.42º | 0.87% | 0.48% | - |
| HSV(B) | 195.42º | 0.93% | 0.9% | - |
| XYZ | 29.83 | 36.48 | 80.33 | - |
| YUV | 133.73 | 182.32 | 44.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 175 | 230 | 0.93 | 0.24 | 0 | 0.10 | 195.42 | 0.87 | 0.48 |
| Hex | 10 | AF | E6 | 5D | 18 | 0 | A | C3 | 57 | 30 |
| Octal | 20 | 257 | 346 | 135 | 30 | 0 | 12 | 303 | 127 | 60 |
| Binary | 10000 | 10101111 | 11100110 | 1011101 | 11000 | 0 | 1010 | 11000011 | 1010111 | 110000 |
Color Harmonies of #10AFE6
Complementary color
Monochromatic Colors of #10AFE6
Black with #10AFE6
Text Example
Text Example
White with #10AFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AFE6; }
p { color: rgb(16,175,230); }
H1.HeaderClassName
{
color: #10AFE6;
}
.AnyTagClassName
{
color: #10AFE6;
}
</style>
background-color css
<style>
a { background-color: #10AFE6; }
a { background-color: rgb(16,175,230); }
div.DivClassName
{
background-color: #10AFE6;
}
.BgClassName
{
background-color: #10AFE6;
}
</style>
border-color css
<style>
span { border-color: #10AFE6; }
span { border-color: rgb(16,175,230); }
td.TdClassName
{
border-color: #10AFE6;
}
.TagClassName
{
border-color: #10AFE6;
}
</style>