Shades of Deep Sky Blue #15AAF1
Tints of Deep Sky Blue #15AAF1
RGB
CMYK
RGB Variations
Color information
#15AAF1 (or 0x15AAF1) is known color: Deep Sky Blue. HEX triplet: 15, AA and F1. RGB value is (21,170,241). Sum of RGB (Red+Green+Blue) = 21+170+241=432 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.86% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 241 (94.53% from 255 or 55.79% from 432); Max value from RGB is 241 - color contains mainly: blue. Hex color #15AAF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15AAF1 is #EA550E. Grayscale: #858585. Windows color (decimal): -15357199 or 15837717. OLE color: 15837717.
HSL color Cylindrical-coordinate representation of color #15AAF1: hue angle of 199.36º 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 #15AAF1 is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 170 | 241 | - |
| CMYK | 0.91 | 0.29 | 0 | 0.05 |
| HSL | 199.36º | 0.89% | 0.51% | - |
| HSV(B) | 199.36º | 0.91% | 0.95% | - |
| XYZ | 30.56 | 35.26 | 88.41 | - |
| YUV | 133.54 | 188.64 | 47.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 170 | 241 | 0.91 | 0.29 | 0 | 0.05 | 199.36 | 0.89 | 0.51 |
| Hex | 15 | AA | F1 | 5B | 1D | 0 | 5 | C7 | 59 | 33 |
| Octal | 25 | 252 | 361 | 133 | 35 | 0 | 5 | 307 | 131 | 63 |
| Binary | 10101 | 10101010 | 11110001 | 1011011 | 11101 | 0 | 101 | 11000111 | 1011001 | 110011 |
Color Harmonies of #15AAF1
Complementary color
Monochromatic Colors of #15AAF1
Black with #15AAF1
Text Example
Text Example
White with #15AAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15AAF1; }
p { color: rgb(21,170,241); }
H1.HeaderClassName
{
color: #15AAF1;
}
.AnyTagClassName
{
color: #15AAF1;
}
</style>
background-color css
<style>
a { background-color: #15AAF1; }
a { background-color: rgb(21,170,241); }
div.DivClassName
{
background-color: #15AAF1;
}
.BgClassName
{
background-color: #15AAF1;
}
</style>
border-color css
<style>
span { border-color: #15AAF1; }
span { border-color: rgb(21,170,241); }
td.TdClassName
{
border-color: #15AAF1;
}
.TagClassName
{
border-color: #15AAF1;
}
</style>