Shades of Deep Sky Blue #16BDED
Tints of Deep Sky Blue #16BDED
RGB
CMYK
RGB Variations
Color information
#16BDED (or 0x16BDED) is known color: Deep Sky Blue. HEX triplet: 16, BD and ED. RGB value is (22,189,237). Sum of RGB (Red+Green+Blue) = 22+189+237=448 (59% of max value = 765). Red value is 22 (8.98% from 255 or 4.91% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #16BDED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16BDED is #E94212. Grayscale: #909090. Windows color (decimal): -15286803 or 15580438. OLE color: 15580438.
HSL color Cylindrical-coordinate representation of color #16BDED: hue angle of 193.4º 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 #16BDED is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 189 | 237 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.07 |
| HSL | 193.4º | 0.86% | 0.51% | - |
| HSV(B) | 193.4º | 0.91% | 0.93% | - |
| XYZ | 33.81 | 42.68 | 86.58 | - |
| YUV | 144.54 | 180.17 | 40.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 189 | 237 | 0.91 | 0.20 | 0 | 0.07 | 193.4 | 0.86 | 0.51 |
| Hex | 16 | BD | ED | 5B | 14 | 0 | 7 | C1 | 56 | 33 |
| Octal | 26 | 275 | 355 | 133 | 24 | 0 | 7 | 301 | 126 | 63 |
| Binary | 10110 | 10111101 | 11101101 | 1011011 | 10100 | 0 | 111 | 11000001 | 1010110 | 110011 |
Color Harmonies of #16BDED
Complementary color
Monochromatic Colors of #16BDED
Black with #16BDED
Text Example
Text Example
White with #16BDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BDED; }
p { color: rgb(22,189,237); }
H1.HeaderClassName
{
color: #16BDED;
}
.AnyTagClassName
{
color: #16BDED;
}
</style>
background-color css
<style>
a { background-color: #16BDED; }
a { background-color: rgb(22,189,237); }
div.DivClassName
{
background-color: #16BDED;
}
.BgClassName
{
background-color: #16BDED;
}
</style>
border-color css
<style>
span { border-color: #16BDED; }
span { border-color: rgb(22,189,237); }
td.TdClassName
{
border-color: #16BDED;
}
.TagClassName
{
border-color: #16BDED;
}
</style>