Shades of Deep Sky Blue #16DDFE
Tints of Deep Sky Blue #16DDFE
RGB
CMYK
RGB Variations
Color information
#16DDFE (or 0x16DDFE) is known color: Deep Sky Blue. HEX triplet: 16, DD and FE. RGB value is (22,221,254). Sum of RGB (Red+Green+Blue) = 22+221+254=497 (65% of max value = 765). Red value is 22 (8.98% from 255 or 4.43% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #16DDFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16DDFE is #E92201. Grayscale: #A4A4A4. Windows color (decimal): -15278594 or 16702742. OLE color: 16702742.
HSL color Cylindrical-coordinate representation of color #16DDFE: hue angle of 188.53º 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 #16DDFE is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 22 | 221 | 254 | - |
| CMYK | 0.91 | 0.13 | 0 | 0.00 |
| HSL | 188.53º | 0.99% | 0.54% | - |
| HSV(B) | 188.53º | 0.91% | 1% | - |
| XYZ | 44.08 | 59.04 | 102.84 | - |
| YUV | 165.26 | 178.07 | 25.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 221 | 254 | 0.91 | 0.13 | 0 | 0.00 | 188.53 | 0.99 | 0.54 |
| Hex | 16 | DD | FE | 5B | D | 0 | 0 | BD | 63 | 36 |
| Octal | 26 | 335 | 376 | 133 | 15 | 0 | 0 | 275 | 143 | 66 |
| Binary | 10110 | 11011101 | 11111110 | 1011011 | 1101 | 0 | 0 | 10111101 | 1100011 | 110110 |
Color Harmonies of #16DDFE
Complementary color
Monochromatic Colors of #16DDFE
Black with #16DDFE
Text Example
Text Example
White with #16DDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DDFE; }
p { color: rgb(22,221,254); }
H1.HeaderClassName
{
color: #16DDFE;
}
.AnyTagClassName
{
color: #16DDFE;
}
</style>
background-color css
<style>
a { background-color: #16DDFE; }
a { background-color: rgb(22,221,254); }
div.DivClassName
{
background-color: #16DDFE;
}
.BgClassName
{
background-color: #16DDFE;
}
</style>
border-color css
<style>
span { border-color: #16DDFE; }
span { border-color: rgb(22,221,254); }
td.TdClassName
{
border-color: #16DDFE;
}
.TagClassName
{
border-color: #16DDFE;
}
</style>