Shades of Deep Sky Blue #10AFEF
Tints of Deep Sky Blue #10AFEF
RGB
CMYK
RGB Variations
Color information
#10AFEF (or 0x10AFEF) is known color: Deep Sky Blue. HEX triplet: 10, AF and EF. RGB value is (16,175,239). Sum of RGB (Red+Green+Blue) = 16+175+239=430 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.72% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #10AFEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10AFEF is #EF5010. Grayscale: #868686. Windows color (decimal): -15683601 or 15707920. OLE color: 15707920.
HSL color Cylindrical-coordinate representation of color #10AFEF: hue angle of 197.22º degrees, saturation: 0.87, 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 #10AFEF is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 175 | 239 | - |
| CMYK | 0.93 | 0.27 | 0 | 0.06 |
| HSL | 197.22º | 0.87% | 0.5% | - |
| HSV(B) | 197.22º | 0.93% | 0.94% | - |
| XYZ | 31.12 | 37 | 87.16 | - |
| YUV | 134.76 | 186.82 | 43.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 175 | 239 | 0.93 | 0.27 | 0 | 0.06 | 197.22 | 0.87 | 0.5 |
| Hex | 10 | AF | EF | 5D | 1B | 0 | 6 | C5 | 57 | 32 |
| Octal | 20 | 257 | 357 | 135 | 33 | 0 | 6 | 305 | 127 | 62 |
| Binary | 10000 | 10101111 | 11101111 | 1011101 | 11011 | 0 | 110 | 11000101 | 1010111 | 110010 |
Color Harmonies of #10AFEF
Complementary color
Monochromatic Colors of #10AFEF
Black with #10AFEF
Text Example
Text Example
White with #10AFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AFEF; }
p { color: rgb(16,175,239); }
H1.HeaderClassName
{
color: #10AFEF;
}
.AnyTagClassName
{
color: #10AFEF;
}
</style>
background-color css
<style>
a { background-color: #10AFEF; }
a { background-color: rgb(16,175,239); }
div.DivClassName
{
background-color: #10AFEF;
}
.BgClassName
{
background-color: #10AFEF;
}
</style>
border-color css
<style>
span { border-color: #10AFEF; }
span { border-color: rgb(16,175,239); }
td.TdClassName
{
border-color: #10AFEF;
}
.TagClassName
{
border-color: #10AFEF;
}
</style>