Shades of Deep Sky Blue #16DBFE
Tints of Deep Sky Blue #16DBFE
RGB
CMYK
RGB Variations
Color information
#16DBFE (or 0x16DBFE) is known color: Deep Sky Blue. HEX triplet: 16, DB and FE. RGB value is (22,219,254). Sum of RGB (Red+Green+Blue) = 22+219+254=495 (65% of max value = 765). Red value is 22 (8.98% from 255 or 4.44% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #16DBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16DBFE is #E92401. Grayscale: #A3A3A3. Windows color (decimal): -15279106 or 16702230. OLE color: 16702230.
HSL color Cylindrical-coordinate representation of color #16DBFE: hue angle of 189.05º 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 #16DBFE is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 22 | 219 | 254 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.00 |
| HSL | 189.05º | 0.99% | 0.54% | - |
| HSV(B) | 189.05º | 0.91% | 1% | - |
| XYZ | 43.55 | 57.99 | 102.66 | - |
| YUV | 164.09 | 178.73 | 26.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 219 | 254 | 0.91 | 0.14 | 0 | 0.00 | 189.05 | 0.99 | 0.54 |
| Hex | 16 | DB | FE | 5B | E | 0 | 0 | BD | 63 | 36 |
| Octal | 26 | 333 | 376 | 133 | 16 | 0 | 0 | 275 | 143 | 66 |
| Binary | 10110 | 11011011 | 11111110 | 1011011 | 1110 | 0 | 0 | 10111101 | 1100011 | 110110 |
Color Harmonies of #16DBFE
Complementary color
Monochromatic Colors of #16DBFE
Black with #16DBFE
Text Example
Text Example
White with #16DBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DBFE; }
p { color: rgb(22,219,254); }
H1.HeaderClassName
{
color: #16DBFE;
}
.AnyTagClassName
{
color: #16DBFE;
}
</style>
background-color css
<style>
a { background-color: #16DBFE; }
a { background-color: rgb(22,219,254); }
div.DivClassName
{
background-color: #16DBFE;
}
.BgClassName
{
background-color: #16DBFE;
}
</style>
border-color css
<style>
span { border-color: #16DBFE; }
span { border-color: rgb(22,219,254); }
td.TdClassName
{
border-color: #16DBFE;
}
.TagClassName
{
border-color: #16DBFE;
}
</style>