Shades of Deep Sky Blue #16CEED
Tints of Deep Sky Blue #16CEED
RGB
CMYK
RGB Variations
Color information
#16CEED (or 0x16CEED) is known color: Deep Sky Blue. HEX triplet: 16, CE and ED. RGB value is (22,206,237). Sum of RGB (Red+Green+Blue) = 22+206+237=465 (61% of max value = 765). Red value is 22 (8.98% from 255 or 4.73% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #16CEED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16CEED is #E93112. Grayscale: #9A9A9A. Windows color (decimal): -15282451 or 15584790. OLE color: 15584790.
HSL color Cylindrical-coordinate representation of color #16CEED: hue angle of 188.65º 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 #16CEED is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 206 | 237 | - |
| CMYK | 0.91 | 0.13 | 0 | 0.07 |
| HSL | 188.65º | 0.86% | 0.51% | - |
| HSV(B) | 188.65º | 0.91% | 0.93% | - |
| XYZ | 37.69 | 50.43 | 87.87 | - |
| YUV | 154.52 | 174.54 | 33.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 206 | 237 | 0.91 | 0.13 | 0 | 0.07 | 188.65 | 0.86 | 0.51 |
| Hex | 16 | CE | ED | 5B | D | 0 | 7 | BD | 56 | 33 |
| Octal | 26 | 316 | 355 | 133 | 15 | 0 | 7 | 275 | 126 | 63 |
| Binary | 10110 | 11001110 | 11101101 | 1011011 | 1101 | 0 | 111 | 10111101 | 1010110 | 110011 |
Color Harmonies of #16CEED
Complementary color
Monochromatic Colors of #16CEED
Black with #16CEED
Text Example
Text Example
White with #16CEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CEED; }
p { color: rgb(22,206,237); }
H1.HeaderClassName
{
color: #16CEED;
}
.AnyTagClassName
{
color: #16CEED;
}
</style>
background-color css
<style>
a { background-color: #16CEED; }
a { background-color: rgb(22,206,237); }
div.DivClassName
{
background-color: #16CEED;
}
.BgClassName
{
background-color: #16CEED;
}
</style>
border-color css
<style>
span { border-color: #16CEED; }
span { border-color: rgb(22,206,237); }
td.TdClassName
{
border-color: #16CEED;
}
.TagClassName
{
border-color: #16CEED;
}
</style>