Shades of Deep Sky Blue #16CAFF
Tints of Deep Sky Blue #16CAFF
RGB
CMYK
RGB Variations
Color information
#16CAFF (or 0x16CAFF) is known color: Deep Sky Blue. HEX triplet: 16, CA and FF. RGB value is (22,202,255). Sum of RGB (Red+Green+Blue) = 22+202+255=479 (63% of max value = 765). Red value is 22 (8.98% from 255 or 4.59% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #16CAFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16CAFF is #E93500. Grayscale: #999999. Windows color (decimal): -15283457 or 16763414. OLE color: 16763414.
HSL color Cylindrical-coordinate representation of color #16CAFF: hue angle of 193.65º 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 #16CAFF is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 202 | 255 | - |
| CMYK | 0.91 | 0.21 | 0 | 0 |
| HSL | 193.65º | 1% | 0.54% | - |
| HSV(B) | 193.65º | 0.91% | 1% | - |
| XYZ | 39.5 | 49.63 | 102.11 | - |
| YUV | 154.22 | 184.87 | 33.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 202 | 255 | 0.91 | 0.21 | 0 | 0 | 193.65 | 1 | 0.54 |
| Hex | 16 | CA | FF | 5B | 15 | 0 | 0 | C2 | 64 | 36 |
| Octal | 26 | 312 | 377 | 133 | 25 | 0 | 0 | 302 | 144 | 66 |
| Binary | 10110 | 11001010 | 11111111 | 1011011 | 10101 | 0 | 0 | 11000010 | 1100100 | 110110 |
Color Harmonies of #16CAFF
Complementary color
Monochromatic Colors of #16CAFF
Black with #16CAFF
Text Example
Text Example
White with #16CAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CAFF; }
p { color: rgb(22,202,255); }
H1.HeaderClassName
{
color: #16CAFF;
}
.AnyTagClassName
{
color: #16CAFF;
}
</style>
background-color css
<style>
a { background-color: #16CAFF; }
a { background-color: rgb(22,202,255); }
div.DivClassName
{
background-color: #16CAFF;
}
.BgClassName
{
background-color: #16CAFF;
}
</style>
border-color css
<style>
span { border-color: #16CAFF; }
span { border-color: rgb(22,202,255); }
td.TdClassName
{
border-color: #16CAFF;
}
.TagClassName
{
border-color: #16CAFF;
}
</style>