Shades of Deep Sky Blue #16ADFE
Tints of Deep Sky Blue #16ADFE
RGB
CMYK
RGB Variations
Color information
#16ADFE (or 0x16ADFE) is known color: Deep Sky Blue. HEX triplet: 16, AD and FE. RGB value is (22,173,254). Sum of RGB (Red+Green+Blue) = 22+173+254=449 (59% of max value = 765). Red value is 22 (8.98% from 255 or 4.90% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #16ADFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #16ADFE is #E95201. Grayscale: #888888. Windows color (decimal): -15290882 or 16690454. OLE color: 16690454.
HSL color Cylindrical-coordinate representation of color #16ADFE: hue angle of 200.95º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16ADFE is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 22 | 173 | 254 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.00 |
| HSL | 200.95º | 0.99% | 0.54% | - |
| HSV(B) | 200.95º | 0.91% | 1% | - |
| XYZ | 33.16 | 37.21 | 99.2 | - |
| YUV | 137.09 | 193.97 | 45.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 173 | 254 | 0.91 | 0.32 | 0 | 0.00 | 200.95 | 0.99 | 0.54 |
| Hex | 16 | AD | FE | 5B | 20 | 0 | 0 | C9 | 63 | 36 |
| Octal | 26 | 255 | 376 | 133 | 40 | 0 | 0 | 311 | 143 | 66 |
| Binary | 10110 | 10101101 | 11111110 | 1011011 | 100000 | 0 | 0 | 11001001 | 1100011 | 110110 |
Color Harmonies of #16ADFE
Complementary color
Monochromatic Colors of #16ADFE
Black with #16ADFE
Text Example
Text Example
White with #16ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16ADFE; }
p { color: rgb(22,173,254); }
H1.HeaderClassName
{
color: #16ADFE;
}
.AnyTagClassName
{
color: #16ADFE;
}
</style>
background-color css
<style>
a { background-color: #16ADFE; }
a { background-color: rgb(22,173,254); }
div.DivClassName
{
background-color: #16ADFE;
}
.BgClassName
{
background-color: #16ADFE;
}
</style>
border-color css
<style>
span { border-color: #16ADFE; }
span { border-color: rgb(22,173,254); }
td.TdClassName
{
border-color: #16ADFE;
}
.TagClassName
{
border-color: #16ADFE;
}
</style>