Shades of Deep Sky Blue #15ADEB
Tints of Deep Sky Blue #15ADEB
RGB
CMYK
RGB Variations
Color information
#15ADEB (or 0x15ADEB) is known color: Deep Sky Blue. HEX triplet: 15, AD and EB. RGB value is (21,173,235). Sum of RGB (Red+Green+Blue) = 21+173+235=429 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.90% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 235 (92.19% from 255 or 54.78% from 429); Max value from RGB is 235 - color contains mainly: blue. Hex color #15ADEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15ADEB is #EA5214. Grayscale: #868686. Windows color (decimal): -15356437 or 15445269. OLE color: 15445269.
HSL color Cylindrical-coordinate representation of color #15ADEB: hue angle of 197.38º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15ADEB is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 173 | 235 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.08 |
| HSL | 197.38º | 0.84% | 0.5% | - |
| HSV(B) | 197.38º | 0.91% | 0.92% | - |
| XYZ | 30.25 | 36.04 | 83.96 | - |
| YUV | 134.62 | 184.64 | 46.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 173 | 235 | 0.91 | 0.26 | 0 | 0.08 | 197.38 | 0.84 | 0.5 |
| Hex | 15 | AD | EB | 5B | 1A | 0 | 8 | C5 | 54 | 32 |
| Octal | 25 | 255 | 353 | 133 | 32 | 0 | 10 | 305 | 124 | 62 |
| Binary | 10101 | 10101101 | 11101011 | 1011011 | 11010 | 0 | 1000 | 11000101 | 1010100 | 110010 |
Color Harmonies of #15ADEB
Complementary color
Monochromatic Colors of #15ADEB
Black with #15ADEB
Text Example
Text Example
White with #15ADEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15ADEB; }
p { color: rgb(21,173,235); }
H1.HeaderClassName
{
color: #15ADEB;
}
.AnyTagClassName
{
color: #15ADEB;
}
</style>
background-color css
<style>
a { background-color: #15ADEB; }
a { background-color: rgb(21,173,235); }
div.DivClassName
{
background-color: #15ADEB;
}
.BgClassName
{
background-color: #15ADEB;
}
</style>
border-color css
<style>
span { border-color: #15ADEB; }
span { border-color: rgb(21,173,235); }
td.TdClassName
{
border-color: #15ADEB;
}
.TagClassName
{
border-color: #15ADEB;
}
</style>