Shades of Deep Sky Blue #16BDFE
Tints of Deep Sky Blue #16BDFE
RGB
CMYK
RGB Variations
Color information
#16BDFE (or 0x16BDFE) is known color: Deep Sky Blue. HEX triplet: 16, BD and FE. RGB value is (22,189,254). Sum of RGB (Red+Green+Blue) = 22+189+254=465 (61% of max value = 765). Red value is 22 (8.98% from 255 or 4.73% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #16BDFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16BDFE is #E94201. Grayscale: #929292. Windows color (decimal): -15286786 or 16694550. OLE color: 16694550.
HSL color Cylindrical-coordinate representation of color #16BDFE: hue angle of 196.81º 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 #16BDFE is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 22 | 189 | 254 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.00 |
| HSL | 196.81º | 0.99% | 0.54% | - |
| HSV(B) | 196.81º | 0.91% | 1% | - |
| XYZ | 36.42 | 43.72 | 100.29 | - |
| YUV | 146.48 | 188.67 | 39.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 189 | 254 | 0.91 | 0.26 | 0 | 0.00 | 196.81 | 0.99 | 0.54 |
| Hex | 16 | BD | FE | 5B | 1A | 0 | 0 | C5 | 63 | 36 |
| Octal | 26 | 275 | 376 | 133 | 32 | 0 | 0 | 305 | 143 | 66 |
| Binary | 10110 | 10111101 | 11111110 | 1011011 | 11010 | 0 | 0 | 11000101 | 1100011 | 110110 |
Color Harmonies of #16BDFE
Complementary color
Monochromatic Colors of #16BDFE
Black with #16BDFE
Text Example
Text Example
White with #16BDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BDFE; }
p { color: rgb(22,189,254); }
H1.HeaderClassName
{
color: #16BDFE;
}
.AnyTagClassName
{
color: #16BDFE;
}
</style>
background-color css
<style>
a { background-color: #16BDFE; }
a { background-color: rgb(22,189,254); }
div.DivClassName
{
background-color: #16BDFE;
}
.BgClassName
{
background-color: #16BDFE;
}
</style>
border-color css
<style>
span { border-color: #16BDFE; }
span { border-color: rgb(22,189,254); }
td.TdClassName
{
border-color: #16BDFE;
}
.TagClassName
{
border-color: #16BDFE;
}
</style>