Shades of Deep Sky Blue #16CAF7
Tints of Deep Sky Blue #16CAF7
RGB
CMYK
RGB Variations
Color information
#16CAF7 (or 0x16CAF7) is known color: Deep Sky Blue. HEX triplet: 16, CA and F7. RGB value is (22,202,247). Sum of RGB (Red+Green+Blue) = 22+202+247=471 (62% of max value = 765). Red value is 22 (8.98% from 255 or 4.67% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 247 (96.88% from 255 or 52.44% from 471); Max value from RGB is 247 - color contains mainly: blue. Hex color #16CAF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16CAF7 is #E93508. Grayscale: #989898. Windows color (decimal): -15283465 or 16239126. OLE color: 16239126.
HSL color Cylindrical-coordinate representation of color #16CAF7: hue angle of 192º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16CAF7 is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 22 | 202 | 247 | - |
| CMYK | 0.91 | 0.18 | 0 | 0.03 |
| HSL | 192º | 0.93% | 0.53% | - |
| HSV(B) | 192º | 0.91% | 0.97% | - |
| XYZ | 38.24 | 49.13 | 95.46 | - |
| YUV | 153.31 | 180.87 | 34.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 202 | 247 | 0.91 | 0.18 | 0 | 0.03 | 192 | 0.93 | 0.53 |
| Hex | 16 | CA | F7 | 5B | 12 | 0 | 3 | C0 | 5D | 35 |
| Octal | 26 | 312 | 367 | 133 | 22 | 0 | 3 | 300 | 135 | 65 |
| Binary | 10110 | 11001010 | 11110111 | 1011011 | 10010 | 0 | 11 | 11000000 | 1011101 | 110101 |
Color Harmonies of #16CAF7
Complementary color
Monochromatic Colors of #16CAF7
Black with #16CAF7
Text Example
Text Example
White with #16CAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CAF7; }
p { color: rgb(22,202,247); }
H1.HeaderClassName
{
color: #16CAF7;
}
.AnyTagClassName
{
color: #16CAF7;
}
</style>
background-color css
<style>
a { background-color: #16CAF7; }
a { background-color: rgb(22,202,247); }
div.DivClassName
{
background-color: #16CAF7;
}
.BgClassName
{
background-color: #16CAF7;
}
</style>
border-color css
<style>
span { border-color: #16CAF7; }
span { border-color: rgb(22,202,247); }
td.TdClassName
{
border-color: #16CAF7;
}
.TagClassName
{
border-color: #16CAF7;
}
</style>