Shades of Deep Sky Blue #16CEF5
Tints of Deep Sky Blue #16CEF5
RGB
CMYK
RGB Variations
Color information
#16CEF5 (or 0x16CEF5) is known color: Deep Sky Blue. HEX triplet: 16, CE and F5. RGB value is (22,206,245). Sum of RGB (Red+Green+Blue) = 22+206+245=473 (62% of max value = 765). Red value is 22 (8.98% from 255 or 4.65% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 245 (96.09% from 255 or 51.80% from 473); Max value from RGB is 245 - color contains mainly: blue. Hex color #16CEF5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16CEF5 is #E9310A. Grayscale: #9B9B9B. Windows color (decimal): -15282443 or 16109078. OLE color: 16109078.
HSL color Cylindrical-coordinate representation of color #16CEF5: hue angle of 190.49º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16CEF5 is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 22 | 206 | 245 | - |
| CMYK | 0.91 | 0.16 | 0 | 0.04 |
| HSL | 190.49º | 0.92% | 0.52% | - |
| HSV(B) | 190.49º | 0.91% | 0.96% | - |
| XYZ | 38.88 | 50.91 | 94.16 | - |
| YUV | 155.43 | 178.54 | 32.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 206 | 245 | 0.91 | 0.16 | 0 | 0.04 | 190.49 | 0.92 | 0.52 |
| Hex | 16 | CE | F5 | 5B | 10 | 0 | 4 | BE | 5C | 34 |
| Octal | 26 | 316 | 365 | 133 | 20 | 0 | 4 | 276 | 134 | 64 |
| Binary | 10110 | 11001110 | 11110101 | 1011011 | 10000 | 0 | 100 | 10111110 | 1011100 | 110100 |
Color Harmonies of #16CEF5
Complementary color
Monochromatic Colors of #16CEF5
Black with #16CEF5
Text Example
Text Example
White with #16CEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CEF5; }
p { color: rgb(22,206,245); }
H1.HeaderClassName
{
color: #16CEF5;
}
.AnyTagClassName
{
color: #16CEF5;
}
</style>
background-color css
<style>
a { background-color: #16CEF5; }
a { background-color: rgb(22,206,245); }
div.DivClassName
{
background-color: #16CEF5;
}
.BgClassName
{
background-color: #16CEF5;
}
</style>
border-color css
<style>
span { border-color: #16CEF5; }
span { border-color: rgb(22,206,245); }
td.TdClassName
{
border-color: #16CEF5;
}
.TagClassName
{
border-color: #16CEF5;
}
</style>