Shades of Deep Sky Blue #16BEFC
Tints of Deep Sky Blue #16BEFC
RGB
CMYK
RGB Variations
Color information
#16BEFC (or 0x16BEFC) is known color: Deep Sky Blue. HEX triplet: 16, BE and FC. RGB value is (22,190,252). Sum of RGB (Red+Green+Blue) = 22+190+252=464 (61% of max value = 765). Red value is 22 (8.98% from 255 or 4.74% from 464); Green value is 190 (74.61% from 255 or 40.95% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #16BEFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16BEFC is #E94103. Grayscale: #929292. Windows color (decimal): -15286532 or 16563734. OLE color: 16563734.
HSL color Cylindrical-coordinate representation of color #16BEFC: hue angle of 196.17º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16BEFC is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 22 | 190 | 252 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.01 |
| HSL | 196.17º | 0.97% | 0.54% | - |
| HSV(B) | 196.17º | 0.91% | 0.99% | - |
| XYZ | 36.32 | 44.03 | 98.68 | - |
| YUV | 146.84 | 187.34 | 38.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 190 | 252 | 0.91 | 0.25 | 0 | 0.01 | 196.17 | 0.97 | 0.54 |
| Hex | 16 | BE | FC | 5B | 19 | 0 | 1 | C4 | 61 | 36 |
| Octal | 26 | 276 | 374 | 133 | 31 | 0 | 1 | 304 | 141 | 66 |
| Binary | 10110 | 10111110 | 11111100 | 1011011 | 11001 | 0 | 1 | 11000100 | 1100001 | 110110 |
Color Harmonies of #16BEFC
Complementary color
Monochromatic Colors of #16BEFC
Black with #16BEFC
Text Example
Text Example
White with #16BEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BEFC; }
p { color: rgb(22,190,252); }
H1.HeaderClassName
{
color: #16BEFC;
}
.AnyTagClassName
{
color: #16BEFC;
}
</style>
background-color css
<style>
a { background-color: #16BEFC; }
a { background-color: rgb(22,190,252); }
div.DivClassName
{
background-color: #16BEFC;
}
.BgClassName
{
background-color: #16BEFC;
}
</style>
border-color css
<style>
span { border-color: #16BEFC; }
span { border-color: rgb(22,190,252); }
td.TdClassName
{
border-color: #16BEFC;
}
.TagClassName
{
border-color: #16BEFC;
}
</style>