Shades of Deep Sky Blue #16DCFE
Tints of Deep Sky Blue #16DCFE
RGB
CMYK
RGB Variations
Color information
#16DCFE (or 0x16DCFE) is known color: Deep Sky Blue. HEX triplet: 16, DC and FE. RGB value is (22,220,254). Sum of RGB (Red+Green+Blue) = 22+220+254=496 (65% of max value = 765). Red value is 22 (8.98% from 255 or 4.44% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #16DCFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16DCFE is #E92301. Grayscale: #A4A4A4. Windows color (decimal): -15278850 or 16702486. OLE color: 16702486.
HSL color Cylindrical-coordinate representation of color #16DCFE: hue angle of 188.79º 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 #16DCFE is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 22 | 220 | 254 | - |
| CMYK | 0.91 | 0.13 | 0 | 0.00 |
| HSL | 188.79º | 0.99% | 0.54% | - |
| HSV(B) | 188.79º | 0.91% | 1% | - |
| XYZ | 43.81 | 58.51 | 102.75 | - |
| YUV | 164.67 | 178.4 | 26.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 220 | 254 | 0.91 | 0.13 | 0 | 0.00 | 188.79 | 0.99 | 0.54 |
| Hex | 16 | DC | FE | 5B | D | 0 | 0 | BD | 63 | 36 |
| Octal | 26 | 334 | 376 | 133 | 15 | 0 | 0 | 275 | 143 | 66 |
| Binary | 10110 | 11011100 | 11111110 | 1011011 | 1101 | 0 | 0 | 10111101 | 1100011 | 110110 |
Color Harmonies of #16DCFE
Complementary color
Monochromatic Colors of #16DCFE
Black with #16DCFE
Text Example
Text Example
White with #16DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DCFE; }
p { color: rgb(22,220,254); }
H1.HeaderClassName
{
color: #16DCFE;
}
.AnyTagClassName
{
color: #16DCFE;
}
</style>
background-color css
<style>
a { background-color: #16DCFE; }
a { background-color: rgb(22,220,254); }
div.DivClassName
{
background-color: #16DCFE;
}
.BgClassName
{
background-color: #16DCFE;
}
</style>
border-color css
<style>
span { border-color: #16DCFE; }
span { border-color: rgb(22,220,254); }
td.TdClassName
{
border-color: #16DCFE;
}
.TagClassName
{
border-color: #16DCFE;
}
</style>