Shades of Deep Sky Blue #16BEFE
Tints of Deep Sky Blue #16BEFE
RGB
CMYK
RGB Variations
Color information
#16BEFE (or 0x16BEFE) is known color: Deep Sky Blue. HEX triplet: 16, BE and FE. RGB value is (22,190,254). Sum of RGB (Red+Green+Blue) = 22+190+254=466 (61% of max value = 765). Red value is 22 (8.98% from 255 or 4.72% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #16BEFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16BEFE is #E94101. Grayscale: #929292. Windows color (decimal): -15286530 or 16694806. OLE color: 16694806.
HSL color Cylindrical-coordinate representation of color #16BEFE: hue angle of 196.55º 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 #16BEFE is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 22 | 190 | 254 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.00 |
| HSL | 196.55º | 0.99% | 0.54% | - |
| HSV(B) | 196.55º | 0.91% | 1% | - |
| XYZ | 36.63 | 44.15 | 100.36 | - |
| YUV | 147.06 | 188.34 | 38.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 190 | 254 | 0.91 | 0.25 | 0 | 0.00 | 196.55 | 0.99 | 0.54 |
| Hex | 16 | BE | FE | 5B | 19 | 0 | 0 | C5 | 63 | 36 |
| Octal | 26 | 276 | 376 | 133 | 31 | 0 | 0 | 305 | 143 | 66 |
| Binary | 10110 | 10111110 | 11111110 | 1011011 | 11001 | 0 | 0 | 11000101 | 1100011 | 110110 |
Color Harmonies of #16BEFE
Complementary color
Monochromatic Colors of #16BEFE
Black with #16BEFE
Text Example
Text Example
White with #16BEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BEFE; }
p { color: rgb(22,190,254); }
H1.HeaderClassName
{
color: #16BEFE;
}
.AnyTagClassName
{
color: #16BEFE;
}
</style>
background-color css
<style>
a { background-color: #16BEFE; }
a { background-color: rgb(22,190,254); }
div.DivClassName
{
background-color: #16BEFE;
}
.BgClassName
{
background-color: #16BEFE;
}
</style>
border-color css
<style>
span { border-color: #16BEFE; }
span { border-color: rgb(22,190,254); }
td.TdClassName
{
border-color: #16BEFE;
}
.TagClassName
{
border-color: #16BEFE;
}
</style>