Shades of Deep Sky Blue #15ABF2
Tints of Deep Sky Blue #15ABF2
RGB
CMYK
RGB Variations
Color information
#15ABF2 (or 0x15ABF2) is known color: Deep Sky Blue. HEX triplet: 15, AB and F2. RGB value is (21,171,242). Sum of RGB (Red+Green+Blue) = 21+171+242=434 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.84% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 242 (94.92% from 255 or 55.76% from 434); Max value from RGB is 242 - color contains mainly: blue. Hex color #15ABF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15ABF2 is #EA540D. Grayscale: #858585. Windows color (decimal): -15356942 or 15903509. OLE color: 15903509.
HSL color Cylindrical-coordinate representation of color #15ABF2: hue angle of 199.28º 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 #15ABF2 is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 171 | 242 | - |
| CMYK | 0.91 | 0.29 | 0 | 0.05 |
| HSL | 199.28º | 0.89% | 0.52% | - |
| HSV(B) | 199.28º | 0.91% | 0.95% | - |
| XYZ | 30.9 | 35.7 | 89.27 | - |
| YUV | 134.24 | 188.81 | 47.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 171 | 242 | 0.91 | 0.29 | 0 | 0.05 | 199.28 | 0.89 | 0.52 |
| Hex | 15 | AB | F2 | 5B | 1D | 0 | 5 | C7 | 59 | 34 |
| Octal | 25 | 253 | 362 | 133 | 35 | 0 | 5 | 307 | 131 | 64 |
| Binary | 10101 | 10101011 | 11110010 | 1011011 | 11101 | 0 | 101 | 11000111 | 1011001 | 110100 |
Color Harmonies of #15ABF2
Complementary color
Monochromatic Colors of #15ABF2
Black with #15ABF2
Text Example
Text Example
White with #15ABF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15ABF2; }
p { color: rgb(21,171,242); }
H1.HeaderClassName
{
color: #15ABF2;
}
.AnyTagClassName
{
color: #15ABF2;
}
</style>
background-color css
<style>
a { background-color: #15ABF2; }
a { background-color: rgb(21,171,242); }
div.DivClassName
{
background-color: #15ABF2;
}
.BgClassName
{
background-color: #15ABF2;
}
</style>
border-color css
<style>
span { border-color: #15ABF2; }
span { border-color: rgb(21,171,242); }
td.TdClassName
{
border-color: #15ABF2;
}
.TagClassName
{
border-color: #15ABF2;
}
</style>