Shades of Deep Sky Blue #16BFEB
Tints of Deep Sky Blue #16BFEB
RGB
CMYK
RGB Variations
Color information
#16BFEB (or 0x16BFEB) is known color: Deep Sky Blue. HEX triplet: 16, BF and EB. RGB value is (22,191,235). Sum of RGB (Red+Green+Blue) = 22+191+235=448 (59% of max value = 765). Red value is 22 (8.98% from 255 or 4.91% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #16BFEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16BFEB is #E94014. Grayscale: #919191. Windows color (decimal): -15286293 or 15449878. OLE color: 15449878.
HSL color Cylindrical-coordinate representation of color #16BFEB: hue angle of 192.39º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16BFEB is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 191 | 235 | - |
| CMYK | 0.91 | 0.19 | 0 | 0.08 |
| HSL | 192.39º | 0.84% | 0.5% | - |
| HSV(B) | 192.39º | 0.91% | 0.92% | - |
| XYZ | 33.96 | 43.43 | 85.19 | - |
| YUV | 145.49 | 178.51 | 39.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 191 | 235 | 0.91 | 0.19 | 0 | 0.08 | 192.39 | 0.84 | 0.5 |
| Hex | 16 | BF | EB | 5B | 13 | 0 | 8 | C0 | 54 | 32 |
| Octal | 26 | 277 | 353 | 133 | 23 | 0 | 10 | 300 | 124 | 62 |
| Binary | 10110 | 10111111 | 11101011 | 1011011 | 10011 | 0 | 1000 | 11000000 | 1010100 | 110010 |
Color Harmonies of #16BFEB
Complementary color
Monochromatic Colors of #16BFEB
Black with #16BFEB
Text Example
Text Example
White with #16BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BFEB; }
p { color: rgb(22,191,235); }
H1.HeaderClassName
{
color: #16BFEB;
}
.AnyTagClassName
{
color: #16BFEB;
}
</style>
background-color css
<style>
a { background-color: #16BFEB; }
a { background-color: rgb(22,191,235); }
div.DivClassName
{
background-color: #16BFEB;
}
.BgClassName
{
background-color: #16BFEB;
}
</style>
border-color css
<style>
span { border-color: #16BFEB; }
span { border-color: rgb(22,191,235); }
td.TdClassName
{
border-color: #16BFEB;
}
.TagClassName
{
border-color: #16BFEB;
}
</style>