Shades of Deep Sky Blue #16BFED
Tints of Deep Sky Blue #16BFED
RGB
CMYK
RGB Variations
Color information
#16BFED (or 0x16BFED) is known color: Deep Sky Blue. HEX triplet: 16, BF and ED. RGB value is (22,191,237). Sum of RGB (Red+Green+Blue) = 22+191+237=450 (59% of max value = 765). Red value is 22 (8.98% from 255 or 4.89% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #16BFED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16BFED is #E94012. Grayscale: #919191. Windows color (decimal): -15286291 or 15580950. OLE color: 15580950.
HSL color Cylindrical-coordinate representation of color #16BFED: hue angle of 192.84º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16BFED is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 191 | 237 | - |
| CMYK | 0.91 | 0.19 | 0 | 0.07 |
| HSL | 192.84º | 0.86% | 0.51% | - |
| HSV(B) | 192.84º | 0.91% | 0.93% | - |
| XYZ | 34.25 | 43.55 | 86.72 | - |
| YUV | 145.71 | 179.51 | 39.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 191 | 237 | 0.91 | 0.19 | 0 | 0.07 | 192.84 | 0.86 | 0.51 |
| Hex | 16 | BF | ED | 5B | 13 | 0 | 7 | C1 | 56 | 33 |
| Octal | 26 | 277 | 355 | 133 | 23 | 0 | 7 | 301 | 126 | 63 |
| Binary | 10110 | 10111111 | 11101101 | 1011011 | 10011 | 0 | 111 | 11000001 | 1010110 | 110011 |
Color Harmonies of #16BFED
Complementary color
Monochromatic Colors of #16BFED
Black with #16BFED
Text Example
Text Example
White with #16BFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BFED; }
p { color: rgb(22,191,237); }
H1.HeaderClassName
{
color: #16BFED;
}
.AnyTagClassName
{
color: #16BFED;
}
</style>
background-color css
<style>
a { background-color: #16BFED; }
a { background-color: rgb(22,191,237); }
div.DivClassName
{
background-color: #16BFED;
}
.BgClassName
{
background-color: #16BFED;
}
</style>
border-color css
<style>
span { border-color: #16BFED; }
span { border-color: rgb(22,191,237); }
td.TdClassName
{
border-color: #16BFED;
}
.TagClassName
{
border-color: #16BFED;
}
</style>