Shades of Deep Sky Blue #16BFEF
Tints of Deep Sky Blue #16BFEF
RGB
CMYK
RGB Variations
Color information
#16BFEF (or 0x16BFEF) is known color: Deep Sky Blue. HEX triplet: 16, BF and EF. RGB value is (22,191,239). Sum of RGB (Red+Green+Blue) = 22+191+239=452 (59% of max value = 765). Red value is 22 (8.98% from 255 or 4.87% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #16BFEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16BFEF is #E94010. Grayscale: #919191. Windows color (decimal): -15286289 or 15712022. OLE color: 15712022.
HSL color Cylindrical-coordinate representation of color #16BFEF: hue angle of 193.27º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16BFEF is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 191 | 239 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.06 |
| HSL | 193.27º | 0.87% | 0.51% | - |
| HSV(B) | 193.27º | 0.91% | 0.94% | - |
| XYZ | 34.54 | 43.66 | 88.27 | - |
| YUV | 145.94 | 180.51 | 39.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 191 | 239 | 0.91 | 0.20 | 0 | 0.06 | 193.27 | 0.87 | 0.51 |
| Hex | 16 | BF | EF | 5B | 14 | 0 | 6 | C1 | 57 | 33 |
| Octal | 26 | 277 | 357 | 133 | 24 | 0 | 6 | 301 | 127 | 63 |
| Binary | 10110 | 10111111 | 11101111 | 1011011 | 10100 | 0 | 110 | 11000001 | 1010111 | 110011 |
Color Harmonies of #16BFEF
Complementary color
Monochromatic Colors of #16BFEF
Black with #16BFEF
Text Example
Text Example
White with #16BFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BFEF; }
p { color: rgb(22,191,239); }
H1.HeaderClassName
{
color: #16BFEF;
}
.AnyTagClassName
{
color: #16BFEF;
}
</style>
background-color css
<style>
a { background-color: #16BFEF; }
a { background-color: rgb(22,191,239); }
div.DivClassName
{
background-color: #16BFEF;
}
.BgClassName
{
background-color: #16BFEF;
}
</style>
border-color css
<style>
span { border-color: #16BFEF; }
span { border-color: rgb(22,191,239); }
td.TdClassName
{
border-color: #16BFEF;
}
.TagClassName
{
border-color: #16BFEF;
}
</style>