Shades of Summer Sky #16A4DF
Tints of Summer Sky #16A4DF
RGB
CMYK
RGB Variations
Color information
#16A4DF (or 0x16A4DF) is known color: Summer Sky. HEX triplet: 16, A4 and DF. RGB value is (22,164,223). Sum of RGB (Red+Green+Blue) = 22+164+223=409 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.38% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 223 (87.5% from 255 or 54.52% from 409); Max value from RGB is 223 - color contains mainly: blue. Hex color #16A4DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16A4DF is #E95B20. Grayscale: #7F7F7F. Windows color (decimal): -15293217 or 14656534. OLE color: 14656534.
HSL color Cylindrical-coordinate representation of color #16A4DF: hue angle of 197.61º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16A4DF is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 164 | 223 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.13 |
| HSL | 197.61º | 0.82% | 0.48% | - |
| HSV(B) | 197.61º | 0.9% | 0.87% | - |
| XYZ | 26.93 | 32.05 | 74.58 | - |
| YUV | 128.27 | 181.46 | 52.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 164 | 223 | 0.90 | 0.26 | 0 | 0.13 | 197.61 | 0.82 | 0.48 |
| Hex | 16 | A4 | DF | 5A | 1A | 0 | D | C6 | 52 | 30 |
| Octal | 26 | 244 | 337 | 132 | 32 | 0 | 15 | 306 | 122 | 60 |
| Binary | 10110 | 10100100 | 11011111 | 1011010 | 11010 | 0 | 1101 | 11000110 | 1010010 | 110000 |
Color Harmonies of #16A4DF
Complementary color
Monochromatic Colors of #16A4DF
Black with #16A4DF
Text Example
Text Example
White with #16A4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A4DF; }
p { color: rgb(22,164,223); }
H1.HeaderClassName
{
color: #16A4DF;
}
.AnyTagClassName
{
color: #16A4DF;
}
</style>
background-color css
<style>
a { background-color: #16A4DF; }
a { background-color: rgb(22,164,223); }
div.DivClassName
{
background-color: #16A4DF;
}
.BgClassName
{
background-color: #16A4DF;
}
</style>
border-color css
<style>
span { border-color: #16A4DF; }
span { border-color: rgb(22,164,223); }
td.TdClassName
{
border-color: #16A4DF;
}
.TagClassName
{
border-color: #16A4DF;
}
</style>