Shades of Deep Sky Blue #16AEF2
Tints of Deep Sky Blue #16AEF2
RGB
CMYK
RGB Variations
Color information
#16AEF2 (or 0x16AEF2) is known color: Deep Sky Blue. HEX triplet: 16, AE and F2. RGB value is (22,174,242). Sum of RGB (Red+Green+Blue) = 22+174+242=438 (58% of max value = 765). Red value is 22 (8.98% from 255 or 5.02% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 242 (94.92% from 255 or 55.25% from 438); Max value from RGB is 242 - color contains mainly: blue. Hex color #16AEF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #16AEF2 is #E9510D. Grayscale: #878787. Windows color (decimal): -15290638 or 15904278. OLE color: 15904278.
HSL color Cylindrical-coordinate representation of color #16AEF2: hue angle of 198.55º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16AEF2 is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 22 | 174 | 242 | - |
| CMYK | 0.91 | 0.28 | 0 | 0.05 |
| HSL | 198.55º | 0.89% | 0.52% | - |
| HSV(B) | 198.55º | 0.91% | 0.95% | - |
| XYZ | 31.49 | 36.85 | 89.46 | - |
| YUV | 136.3 | 187.64 | 46.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 174 | 242 | 0.91 | 0.28 | 0 | 0.05 | 198.55 | 0.89 | 0.52 |
| Hex | 16 | AE | F2 | 5B | 1C | 0 | 5 | C7 | 59 | 34 |
| Octal | 26 | 256 | 362 | 133 | 34 | 0 | 5 | 307 | 131 | 64 |
| Binary | 10110 | 10101110 | 11110010 | 1011011 | 11100 | 0 | 101 | 11000111 | 1011001 | 110100 |
Color Harmonies of #16AEF2
Complementary color
Monochromatic Colors of #16AEF2
Black with #16AEF2
Text Example
Text Example
White with #16AEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AEF2; }
p { color: rgb(22,174,242); }
H1.HeaderClassName
{
color: #16AEF2;
}
.AnyTagClassName
{
color: #16AEF2;
}
</style>
background-color css
<style>
a { background-color: #16AEF2; }
a { background-color: rgb(22,174,242); }
div.DivClassName
{
background-color: #16AEF2;
}
.BgClassName
{
background-color: #16AEF2;
}
</style>
border-color css
<style>
span { border-color: #16AEF2; }
span { border-color: rgb(22,174,242); }
td.TdClassName
{
border-color: #16AEF2;
}
.TagClassName
{
border-color: #16AEF2;
}
</style>