Shades of Deep Sky Blue #16AFFF
Tints of Deep Sky Blue #16AFFF
RGB
CMYK
RGB Variations
Color information
#16AFFF (or 0x16AFFF) is known color: Deep Sky Blue. HEX triplet: 16, AF and FF. RGB value is (22,175,255). Sum of RGB (Red+Green+Blue) = 22+175+255=452 (59% of max value = 765). Red value is 22 (8.98% from 255 or 4.87% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #16AFFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #16AFFF is #E95000. Grayscale: #898989. Windows color (decimal): -15290369 or 16756502. OLE color: 16756502.
HSL color Cylindrical-coordinate representation of color #16AFFF: hue angle of 200.6º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16AFFF is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 175 | 255 | - |
| CMYK | 0.91 | 0.31 | 0 | 0 |
| HSL | 200.6º | 1% | 0.54% | - |
| HSV(B) | 200.6º | 0.91% | 1% | - |
| XYZ | 33.71 | 38.05 | 100.18 | - |
| YUV | 138.37 | 193.81 | 45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 175 | 255 | 0.91 | 0.31 | 0 | 0 | 200.6 | 1 | 0.54 |
| Hex | 16 | AF | FF | 5B | 1F | 0 | 0 | C9 | 64 | 36 |
| Octal | 26 | 257 | 377 | 133 | 37 | 0 | 0 | 311 | 144 | 66 |
| Binary | 10110 | 10101111 | 11111111 | 1011011 | 11111 | 0 | 0 | 11001001 | 1100100 | 110110 |
Color Harmonies of #16AFFF
Complementary color
Monochromatic Colors of #16AFFF
Black with #16AFFF
Text Example
Text Example
White with #16AFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AFFF; }
p { color: rgb(22,175,255); }
H1.HeaderClassName
{
color: #16AFFF;
}
.AnyTagClassName
{
color: #16AFFF;
}
</style>
background-color css
<style>
a { background-color: #16AFFF; }
a { background-color: rgb(22,175,255); }
div.DivClassName
{
background-color: #16AFFF;
}
.BgClassName
{
background-color: #16AFFF;
}
</style>
border-color css
<style>
span { border-color: #16AFFF; }
span { border-color: rgb(22,175,255); }
td.TdClassName
{
border-color: #16AFFF;
}
.TagClassName
{
border-color: #16AFFF;
}
</style>