Shades of Summer Sky #16AFE3
Tints of Summer Sky #16AFE3
RGB
CMYK
RGB Variations
Color information
#16AFE3 (or 0x16AFE3) is known color: Summer Sky. HEX triplet: 16, AF and E3. RGB value is (22,175,227). Sum of RGB (Red+Green+Blue) = 22+175+227=424 (56% of max value = 765). Red value is 22 (8.98% from 255 or 5.19% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 227 (89.06% from 255 or 53.54% from 424); Max value from RGB is 227 - color contains mainly: blue. Hex color #16AFE3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16AFE3 is #E9501C. Grayscale: #868686. Windows color (decimal): -15290397 or 14921494. OLE color: 14921494.
HSL color Cylindrical-coordinate representation of color #16AFE3: hue angle of 195.22º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16AFE3 is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 22 | 175 | 227 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.11 |
| HSL | 195.22º | 0.82% | 0.49% | - |
| HSV(B) | 195.22º | 0.9% | 0.89% | - |
| XYZ | 29.53 | 36.38 | 78.14 | - |
| YUV | 135.18 | 179.81 | 47.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 175 | 227 | 0.90 | 0.23 | 0 | 0.11 | 195.22 | 0.82 | 0.49 |
| Hex | 16 | AF | E3 | 5A | 17 | 0 | B | C3 | 52 | 31 |
| Octal | 26 | 257 | 343 | 132 | 27 | 0 | 13 | 303 | 122 | 61 |
| Binary | 10110 | 10101111 | 11100011 | 1011010 | 10111 | 0 | 1011 | 11000011 | 1010010 | 110001 |
Color Harmonies of #16AFE3
Complementary color
Monochromatic Colors of #16AFE3
Black with #16AFE3
Text Example
Text Example
White with #16AFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AFE3; }
p { color: rgb(22,175,227); }
H1.HeaderClassName
{
color: #16AFE3;
}
.AnyTagClassName
{
color: #16AFE3;
}
</style>
background-color css
<style>
a { background-color: #16AFE3; }
a { background-color: rgb(22,175,227); }
div.DivClassName
{
background-color: #16AFE3;
}
.BgClassName
{
background-color: #16AFE3;
}
</style>
border-color css
<style>
span { border-color: #16AFE3; }
span { border-color: rgb(22,175,227); }
td.TdClassName
{
border-color: #16AFE3;
}
.TagClassName
{
border-color: #16AFE3;
}
</style>