Shades of Deep Sky Blue #16C9FD
Tints of Deep Sky Blue #16C9FD
RGB
CMYK
RGB Variations
Color information
#16C9FD (or 0x16C9FD) is known color: Deep Sky Blue. HEX triplet: 16, C9 and FD. RGB value is (22,201,253). Sum of RGB (Red+Green+Blue) = 22+201+253=476 (63% of max value = 765). Red value is 22 (8.98% from 255 or 4.62% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #16C9FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16C9FD is #E93602. Grayscale: #999999. Windows color (decimal): -15283715 or 16632086. OLE color: 16632086.
HSL color Cylindrical-coordinate representation of color #16C9FD: hue angle of 193.51º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16C9FD is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 22 | 201 | 253 | - |
| CMYK | 0.91 | 0.21 | 0 | 0.01 |
| HSL | 193.51º | 0.98% | 0.54% | - |
| HSV(B) | 193.51º | 0.91% | 0.99% | - |
| XYZ | 38.95 | 49.04 | 100.34 | - |
| YUV | 153.41 | 184.2 | 34.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 201 | 253 | 0.91 | 0.21 | 0 | 0.01 | 193.51 | 0.98 | 0.54 |
| Hex | 16 | C9 | FD | 5B | 15 | 0 | 1 | C2 | 62 | 36 |
| Octal | 26 | 311 | 375 | 133 | 25 | 0 | 1 | 302 | 142 | 66 |
| Binary | 10110 | 11001001 | 11111101 | 1011011 | 10101 | 0 | 1 | 11000010 | 1100010 | 110110 |
Color Harmonies of #16C9FD
Complementary color
Monochromatic Colors of #16C9FD
Black with #16C9FD
Text Example
Text Example
White with #16C9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C9FD; }
p { color: rgb(22,201,253); }
H1.HeaderClassName
{
color: #16C9FD;
}
.AnyTagClassName
{
color: #16C9FD;
}
</style>
background-color css
<style>
a { background-color: #16C9FD; }
a { background-color: rgb(22,201,253); }
div.DivClassName
{
background-color: #16C9FD;
}
.BgClassName
{
background-color: #16C9FD;
}
</style>
border-color css
<style>
span { border-color: #16C9FD; }
span { border-color: rgb(22,201,253); }
td.TdClassName
{
border-color: #16C9FD;
}
.TagClassName
{
border-color: #16C9FD;
}
</style>