Shades of Deep Sky Blue #15ABED
Tints of Deep Sky Blue #15ABED
RGB
CMYK
RGB Variations
Color information
#15ABED (or 0x15ABED) is known color: Deep Sky Blue. HEX triplet: 15, AB and ED. RGB value is (21,171,237). Sum of RGB (Red+Green+Blue) = 21+171+237=429 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.90% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 237 (92.97% from 255 or 55.24% from 429); Max value from RGB is 237 - color contains mainly: blue. Hex color #15ABED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15ABED is #EA5412. Grayscale: #858585. Windows color (decimal): -15356947 or 15575829. OLE color: 15575829.
HSL color Cylindrical-coordinate representation of color #15ABED: hue angle of 198.33º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15ABED is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 171 | 237 | - |
| CMYK | 0.91 | 0.28 | 0 | 0.07 |
| HSL | 198.33º | 0.86% | 0.51% | - |
| HSV(B) | 198.33º | 0.91% | 0.93% | - |
| XYZ | 30.16 | 35.4 | 85.36 | - |
| YUV | 133.67 | 186.31 | 47.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 171 | 237 | 0.91 | 0.28 | 0 | 0.07 | 198.33 | 0.86 | 0.51 |
| Hex | 15 | AB | ED | 5B | 1C | 0 | 7 | C6 | 56 | 33 |
| Octal | 25 | 253 | 355 | 133 | 34 | 0 | 7 | 306 | 126 | 63 |
| Binary | 10101 | 10101011 | 11101101 | 1011011 | 11100 | 0 | 111 | 11000110 | 1010110 | 110011 |
Color Harmonies of #15ABED
Complementary color
Monochromatic Colors of #15ABED
Black with #15ABED
Text Example
Text Example
White with #15ABED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15ABED; }
p { color: rgb(21,171,237); }
H1.HeaderClassName
{
color: #15ABED;
}
.AnyTagClassName
{
color: #15ABED;
}
</style>
background-color css
<style>
a { background-color: #15ABED; }
a { background-color: rgb(21,171,237); }
div.DivClassName
{
background-color: #15ABED;
}
.BgClassName
{
background-color: #15ABED;
}
</style>
border-color css
<style>
span { border-color: #15ABED; }
span { border-color: rgb(21,171,237); }
td.TdClassName
{
border-color: #15ABED;
}
.TagClassName
{
border-color: #15ABED;
}
</style>