Shades of Deep Sky Blue #16CBED
Tints of Deep Sky Blue #16CBED
RGB
CMYK
RGB Variations
Color information
#16CBED (or 0x16CBED) is known color: Deep Sky Blue. HEX triplet: 16, CB and ED. RGB value is (22,203,237). Sum of RGB (Red+Green+Blue) = 22+203+237=462 (61% of max value = 765). Red value is 22 (8.98% from 255 or 4.76% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #16CBED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16CBED is #E93412. Grayscale: #989898. Windows color (decimal): -15283219 or 15584022. OLE color: 15584022.
HSL color Cylindrical-coordinate representation of color #16CBED: hue angle of 189.49º 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 #16CBED is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 203 | 237 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.07 |
| HSL | 189.49º | 0.86% | 0.51% | - |
| HSV(B) | 189.49º | 0.91% | 0.93% | - |
| XYZ | 36.97 | 49 | 87.63 | - |
| YUV | 152.76 | 175.53 | 34.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 203 | 237 | 0.91 | 0.14 | 0 | 0.07 | 189.49 | 0.86 | 0.51 |
| Hex | 16 | CB | ED | 5B | E | 0 | 7 | BD | 56 | 33 |
| Octal | 26 | 313 | 355 | 133 | 16 | 0 | 7 | 275 | 126 | 63 |
| Binary | 10110 | 11001011 | 11101101 | 1011011 | 1110 | 0 | 111 | 10111101 | 1010110 | 110011 |
Color Harmonies of #16CBED
Complementary color
Monochromatic Colors of #16CBED
Black with #16CBED
Text Example
Text Example
White with #16CBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CBED; }
p { color: rgb(22,203,237); }
H1.HeaderClassName
{
color: #16CBED;
}
.AnyTagClassName
{
color: #16CBED;
}
</style>
background-color css
<style>
a { background-color: #16CBED; }
a { background-color: rgb(22,203,237); }
div.DivClassName
{
background-color: #16CBED;
}
.BgClassName
{
background-color: #16CBED;
}
</style>
border-color css
<style>
span { border-color: #16CBED; }
span { border-color: rgb(22,203,237); }
td.TdClassName
{
border-color: #16CBED;
}
.TagClassName
{
border-color: #16CBED;
}
</style>