Shades of Deep Sky Blue #16AFEB
Tints of Deep Sky Blue #16AFEB
RGB
CMYK
RGB Variations
Color information
#16AFEB (or 0x16AFEB) is known color: Deep Sky Blue. HEX triplet: 16, AF and EB. RGB value is (22,175,235). Sum of RGB (Red+Green+Blue) = 22+175+235=432 (57% of max value = 765). Red value is 22 (8.98% from 255 or 5.09% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 235 (92.19% from 255 or 54.40% from 432); Max value from RGB is 235 - color contains mainly: blue. Hex color #16AFEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #16AFEB is #E95014. Grayscale: #878787. Windows color (decimal): -15290389 or 15445782. OLE color: 15445782.
HSL color Cylindrical-coordinate representation of color #16AFEB: hue angle of 196.9º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16AFEB is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 175 | 235 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.08 |
| HSL | 196.9º | 0.84% | 0.5% | - |
| HSV(B) | 196.9º | 0.91% | 0.92% | - |
| XYZ | 30.66 | 36.83 | 84.09 | - |
| YUV | 136.09 | 183.81 | 46.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 175 | 235 | 0.91 | 0.26 | 0 | 0.08 | 196.9 | 0.84 | 0.5 |
| Hex | 16 | AF | EB | 5B | 1A | 0 | 8 | C5 | 54 | 32 |
| Octal | 26 | 257 | 353 | 133 | 32 | 0 | 10 | 305 | 124 | 62 |
| Binary | 10110 | 10101111 | 11101011 | 1011011 | 11010 | 0 | 1000 | 11000101 | 1010100 | 110010 |
Color Harmonies of #16AFEB
Complementary color
Monochromatic Colors of #16AFEB
Black with #16AFEB
Text Example
Text Example
White with #16AFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AFEB; }
p { color: rgb(22,175,235); }
H1.HeaderClassName
{
color: #16AFEB;
}
.AnyTagClassName
{
color: #16AFEB;
}
</style>
background-color css
<style>
a { background-color: #16AFEB; }
a { background-color: rgb(22,175,235); }
div.DivClassName
{
background-color: #16AFEB;
}
.BgClassName
{
background-color: #16AFEB;
}
</style>
border-color css
<style>
span { border-color: #16AFEB; }
span { border-color: rgb(22,175,235); }
td.TdClassName
{
border-color: #16AFEB;
}
.TagClassName
{
border-color: #16AFEB;
}
</style>