Shades of Deep Sky Blue #15AEF1
Tints of Deep Sky Blue #15AEF1
RGB
CMYK
RGB Variations
Color information
#15AEF1 (or 0x15AEF1) is known color: Deep Sky Blue. HEX triplet: 15, AE and F1. RGB value is (21,174,241). Sum of RGB (Red+Green+Blue) = 21+174+241=436 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.82% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 241 (94.53% from 255 or 55.28% from 436); Max value from RGB is 241 - color contains mainly: blue. Hex color #15AEF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15AEF1 is #EA510E. Grayscale: #878787. Windows color (decimal): -15356175 or 15838741. OLE color: 15838741.
HSL color Cylindrical-coordinate representation of color #15AEF1: hue angle of 198.27º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15AEF1 is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 174 | 241 | - |
| CMYK | 0.91 | 0.28 | 0 | 0.05 |
| HSL | 198.27º | 0.89% | 0.51% | - |
| HSV(B) | 198.27º | 0.91% | 0.95% | - |
| XYZ | 31.32 | 36.78 | 88.67 | - |
| YUV | 135.89 | 187.31 | 46.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 174 | 241 | 0.91 | 0.28 | 0 | 0.05 | 198.27 | 0.89 | 0.51 |
| Hex | 15 | AE | F1 | 5B | 1C | 0 | 5 | C6 | 59 | 33 |
| Octal | 25 | 256 | 361 | 133 | 34 | 0 | 5 | 306 | 131 | 63 |
| Binary | 10101 | 10101110 | 11110001 | 1011011 | 11100 | 0 | 101 | 11000110 | 1011001 | 110011 |
Color Harmonies of #15AEF1
Complementary color
Monochromatic Colors of #15AEF1
Black with #15AEF1
Text Example
Text Example
White with #15AEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15AEF1; }
p { color: rgb(21,174,241); }
H1.HeaderClassName
{
color: #15AEF1;
}
.AnyTagClassName
{
color: #15AEF1;
}
</style>
background-color css
<style>
a { background-color: #15AEF1; }
a { background-color: rgb(21,174,241); }
div.DivClassName
{
background-color: #15AEF1;
}
.BgClassName
{
background-color: #15AEF1;
}
</style>
border-color css
<style>
span { border-color: #15AEF1; }
span { border-color: rgb(21,174,241); }
td.TdClassName
{
border-color: #15AEF1;
}
.TagClassName
{
border-color: #15AEF1;
}
</style>