Shades of Deep Sky Blue #16CDF2
Tints of Deep Sky Blue #16CDF2
RGB
CMYK
RGB Variations
Color information
#16CDF2 (or 0x16CDF2) is known color: Deep Sky Blue. HEX triplet: 16, CD and F2. RGB value is (22,205,242). Sum of RGB (Red+Green+Blue) = 22+205+242=469 (62% of max value = 765). Red value is 22 (8.98% from 255 or 4.69% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 242 (94.92% from 255 or 51.60% from 469); Max value from RGB is 242 - color contains mainly: blue. Hex color #16CDF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16CDF2 is #E9320D. Grayscale: #9A9A9A. Windows color (decimal): -15282702 or 15912214. OLE color: 15912214.
HSL color Cylindrical-coordinate representation of color #16CDF2: hue angle of 190.09º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16CDF2 is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 22 | 205 | 242 | - |
| CMYK | 0.91 | 0.15 | 0 | 0.05 |
| HSL | 190.09º | 0.89% | 0.52% | - |
| HSV(B) | 190.09º | 0.91% | 0.95% | - |
| XYZ | 38.19 | 50.24 | 91.69 | - |
| YUV | 154.5 | 177.37 | 33.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 205 | 242 | 0.91 | 0.15 | 0 | 0.05 | 190.09 | 0.89 | 0.52 |
| Hex | 16 | CD | F2 | 5B | F | 0 | 5 | BE | 59 | 34 |
| Octal | 26 | 315 | 362 | 133 | 17 | 0 | 5 | 276 | 131 | 64 |
| Binary | 10110 | 11001101 | 11110010 | 1011011 | 1111 | 0 | 101 | 10111110 | 1011001 | 110100 |
Color Harmonies of #16CDF2
Complementary color
Monochromatic Colors of #16CDF2
Black with #16CDF2
Text Example
Text Example
White with #16CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CDF2; }
p { color: rgb(22,205,242); }
H1.HeaderClassName
{
color: #16CDF2;
}
.AnyTagClassName
{
color: #16CDF2;
}
</style>
background-color css
<style>
a { background-color: #16CDF2; }
a { background-color: rgb(22,205,242); }
div.DivClassName
{
background-color: #16CDF2;
}
.BgClassName
{
background-color: #16CDF2;
}
</style>
border-color css
<style>
span { border-color: #16CDF2; }
span { border-color: rgb(22,205,242); }
td.TdClassName
{
border-color: #16CDF2;
}
.TagClassName
{
border-color: #16CDF2;
}
</style>