Shades of Deep Sky Blue #15AFF2
Tints of Deep Sky Blue #15AFF2
RGB
CMYK
RGB Variations
Color information
#15AFF2 (or 0x15AFF2) is known color: Deep Sky Blue. HEX triplet: 15, AF and F2. RGB value is (21,175,242). Sum of RGB (Red+Green+Blue) = 21+175+242=438 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.79% from 438); Green value is 175 (68.75% from 255 or 39.95% 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 #15AFF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15AFF2 is #EA500D. Grayscale: #888888. Windows color (decimal): -15355918 or 15904533. OLE color: 15904533.
HSL color Cylindrical-coordinate representation of color #15AFF2: hue angle of 198.19º 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 #15AFF2 is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 175 | 242 | - |
| CMYK | 0.91 | 0.28 | 0 | 0.05 |
| HSL | 198.19º | 0.89% | 0.52% | - |
| HSV(B) | 198.19º | 0.91% | 0.95% | - |
| XYZ | 31.67 | 37.23 | 89.52 | - |
| YUV | 136.59 | 187.48 | 45.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 175 | 242 | 0.91 | 0.28 | 0 | 0.05 | 198.19 | 0.89 | 0.52 |
| Hex | 15 | AF | F2 | 5B | 1C | 0 | 5 | C6 | 59 | 34 |
| Octal | 25 | 257 | 362 | 133 | 34 | 0 | 5 | 306 | 131 | 64 |
| Binary | 10101 | 10101111 | 11110010 | 1011011 | 11100 | 0 | 101 | 11000110 | 1011001 | 110100 |
Color Harmonies of #15AFF2
Complementary color
Monochromatic Colors of #15AFF2
Black with #15AFF2
Text Example
Text Example
White with #15AFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15AFF2; }
p { color: rgb(21,175,242); }
H1.HeaderClassName
{
color: #15AFF2;
}
.AnyTagClassName
{
color: #15AFF2;
}
</style>
background-color css
<style>
a { background-color: #15AFF2; }
a { background-color: rgb(21,175,242); }
div.DivClassName
{
background-color: #15AFF2;
}
.BgClassName
{
background-color: #15AFF2;
}
</style>
border-color css
<style>
span { border-color: #15AFF2; }
span { border-color: rgb(21,175,242); }
td.TdClassName
{
border-color: #15AFF2;
}
.TagClassName
{
border-color: #15AFF2;
}
</style>