Shades of Deep Sky Blue #16CEFF
Tints of Deep Sky Blue #16CEFF
RGB
CMYK
RGB Variations
Color information
#16CEFF (or 0x16CEFF) is known color: Deep Sky Blue. HEX triplet: 16, CE and FF. RGB value is (22,206,255). Sum of RGB (Red+Green+Blue) = 22+206+255=483 (63% of max value = 765). Red value is 22 (8.98% from 255 or 4.55% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #16CEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16CEFF is #E93100. Grayscale: #9C9C9C. Windows color (decimal): -15282433 or 16764438. OLE color: 16764438.
HSL color Cylindrical-coordinate representation of color #16CEFF: hue angle of 192.62º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16CEFF is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 206 | 255 | - |
| CMYK | 0.91 | 0.19 | 0 | 0 |
| HSL | 192.62º | 1% | 0.54% | - |
| HSV(B) | 192.62º | 0.91% | 1% | - |
| XYZ | 40.45 | 51.53 | 102.42 | - |
| YUV | 156.57 | 183.54 | 32.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 206 | 255 | 0.91 | 0.19 | 0 | 0 | 192.62 | 1 | 0.54 |
| Hex | 16 | CE | FF | 5B | 13 | 0 | 0 | C1 | 64 | 36 |
| Octal | 26 | 316 | 377 | 133 | 23 | 0 | 0 | 301 | 144 | 66 |
| Binary | 10110 | 11001110 | 11111111 | 1011011 | 10011 | 0 | 0 | 11000001 | 1100100 | 110110 |
Color Harmonies of #16CEFF
Complementary color
Monochromatic Colors of #16CEFF
Black with #16CEFF
Text Example
Text Example
White with #16CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CEFF; }
p { color: rgb(22,206,255); }
H1.HeaderClassName
{
color: #16CEFF;
}
.AnyTagClassName
{
color: #16CEFF;
}
</style>
background-color css
<style>
a { background-color: #16CEFF; }
a { background-color: rgb(22,206,255); }
div.DivClassName
{
background-color: #16CEFF;
}
.BgClassName
{
background-color: #16CEFF;
}
</style>
border-color css
<style>
span { border-color: #16CEFF; }
span { border-color: rgb(22,206,255); }
td.TdClassName
{
border-color: #16CEFF;
}
.TagClassName
{
border-color: #16CEFF;
}
</style>