Shades of Deep Sky Blue #16BEFF
Tints of Deep Sky Blue #16BEFF
RGB
CMYK
RGB Variations
Color information
#16BEFF (or 0x16BEFF) is known color: Deep Sky Blue. HEX triplet: 16, BE and FF. RGB value is (22,190,255). Sum of RGB (Red+Green+Blue) = 22+190+255=467 (61% of max value = 765). Red value is 22 (8.98% from 255 or 4.71% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #16BEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16BEFF is #E94100. Grayscale: #929292. Windows color (decimal): -15286529 or 16760342. OLE color: 16760342.
HSL color Cylindrical-coordinate representation of color #16BEFF: hue angle of 196.74º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16BEFF is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 190 | 255 | - |
| CMYK | 0.91 | 0.25 | 0 | 0 |
| HSL | 196.74º | 1% | 0.54% | - |
| HSV(B) | 196.74º | 0.91% | 1% | - |
| XYZ | 36.79 | 44.22 | 101.2 | - |
| YUV | 147.18 | 188.84 | 38.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 190 | 255 | 0.91 | 0.25 | 0 | 0 | 196.74 | 1 | 0.54 |
| Hex | 16 | BE | FF | 5B | 19 | 0 | 0 | C5 | 64 | 36 |
| Octal | 26 | 276 | 377 | 133 | 31 | 0 | 0 | 305 | 144 | 66 |
| Binary | 10110 | 10111110 | 11111111 | 1011011 | 11001 | 0 | 0 | 11000101 | 1100100 | 110110 |
Color Harmonies of #16BEFF
Complementary color
Monochromatic Colors of #16BEFF
Black with #16BEFF
Text Example
Text Example
White with #16BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BEFF; }
p { color: rgb(22,190,255); }
H1.HeaderClassName
{
color: #16BEFF;
}
.AnyTagClassName
{
color: #16BEFF;
}
</style>
background-color css
<style>
a { background-color: #16BEFF; }
a { background-color: rgb(22,190,255); }
div.DivClassName
{
background-color: #16BEFF;
}
.BgClassName
{
background-color: #16BEFF;
}
</style>
border-color css
<style>
span { border-color: #16BEFF; }
span { border-color: rgb(22,190,255); }
td.TdClassName
{
border-color: #16BEFF;
}
.TagClassName
{
border-color: #16BEFF;
}
</style>