Shades of Deep Sky Blue #10AFFF
Tints of Deep Sky Blue #10AFFF
RGB
CMYK
RGB Variations
Color information
#10AFFF (or 0x10AFFF) is known color: Deep Sky Blue. HEX triplet: 10, AF and FF. RGB value is (16,175,255). Sum of RGB (Red+Green+Blue) = 16+175+255=446 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.59% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #10AFFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10AFFF is #EF5000. Grayscale: #888888. Windows color (decimal): -15683585 or 16756496. OLE color: 16756496.
HSL color Cylindrical-coordinate representation of color #10AFFF: hue angle of 200.08º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10AFFF is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 175 | 255 | - |
| CMYK | 0.94 | 0.31 | 0 | 0 |
| HSL | 200.08º | 1% | 0.53% | - |
| HSV(B) | 200.08º | 0.94% | 1% | - |
| XYZ | 33.59 | 37.99 | 100.17 | - |
| YUV | 136.58 | 194.82 | 42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 175 | 255 | 0.94 | 0.31 | 0 | 0 | 200.08 | 1 | 0.53 |
| Hex | 10 | AF | FF | 5E | 1F | 0 | 0 | C8 | 64 | 35 |
| Octal | 20 | 257 | 377 | 136 | 37 | 0 | 0 | 310 | 144 | 65 |
| Binary | 10000 | 10101111 | 11111111 | 1011110 | 11111 | 0 | 0 | 11001000 | 1100100 | 110101 |
Color Harmonies of #10AFFF
Complementary color
Monochromatic Colors of #10AFFF
Black with #10AFFF
Text Example
Text Example
White with #10AFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AFFF; }
p { color: rgb(16,175,255); }
H1.HeaderClassName
{
color: #10AFFF;
}
.AnyTagClassName
{
color: #10AFFF;
}
</style>
background-color css
<style>
a { background-color: #10AFFF; }
a { background-color: rgb(16,175,255); }
div.DivClassName
{
background-color: #10AFFF;
}
.BgClassName
{
background-color: #10AFFF;
}
</style>
border-color css
<style>
span { border-color: #10AFFF; }
span { border-color: rgb(16,175,255); }
td.TdClassName
{
border-color: #10AFFF;
}
.TagClassName
{
border-color: #10AFFF;
}
</style>