Shades of Deep Sky Blue #16BEFD
Tints of Deep Sky Blue #16BEFD
RGB
CMYK
RGB Variations
Color information
#16BEFD (or 0x16BEFD) is known color: Deep Sky Blue. HEX triplet: 16, BE and FD. RGB value is (22,190,253). Sum of RGB (Red+Green+Blue) = 22+190+253=465 (61% of max value = 765). Red value is 22 (8.98% from 255 or 4.73% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #16BEFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16BEFD is #E94102. Grayscale: #929292. Windows color (decimal): -15286531 or 16629270. OLE color: 16629270.
HSL color Cylindrical-coordinate representation of color #16BEFD: hue angle of 196.36º degrees, saturation: 0.98, 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 #16BEFD is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 22 | 190 | 253 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.01 |
| HSL | 196.36º | 0.98% | 0.54% | - |
| HSV(B) | 196.36º | 0.91% | 0.99% | - |
| XYZ | 36.47 | 44.09 | 99.52 | - |
| YUV | 146.95 | 187.84 | 38.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 190 | 253 | 0.91 | 0.25 | 0 | 0.01 | 196.36 | 0.98 | 0.54 |
| Hex | 16 | BE | FD | 5B | 19 | 0 | 1 | C4 | 62 | 36 |
| Octal | 26 | 276 | 375 | 133 | 31 | 0 | 1 | 304 | 142 | 66 |
| Binary | 10110 | 10111110 | 11111101 | 1011011 | 11001 | 0 | 1 | 11000100 | 1100010 | 110110 |
Color Harmonies of #16BEFD
Complementary color
Monochromatic Colors of #16BEFD
Black with #16BEFD
Text Example
Text Example
White with #16BEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BEFD; }
p { color: rgb(22,190,253); }
H1.HeaderClassName
{
color: #16BEFD;
}
.AnyTagClassName
{
color: #16BEFD;
}
</style>
background-color css
<style>
a { background-color: #16BEFD; }
a { background-color: rgb(22,190,253); }
div.DivClassName
{
background-color: #16BEFD;
}
.BgClassName
{
background-color: #16BEFD;
}
</style>
border-color css
<style>
span { border-color: #16BEFD; }
span { border-color: rgb(22,190,253); }
td.TdClassName
{
border-color: #16BEFD;
}
.TagClassName
{
border-color: #16BEFD;
}
</style>