Shades of Deep Sky Blue #15B9EA
Tints of Deep Sky Blue #15B9EA
RGB
CMYK
RGB Variations
Color information
#15B9EA (or 0x15B9EA) is known color: Deep Sky Blue. HEX triplet: 15, B9 and EA. RGB value is (21,185,234). Sum of RGB (Red+Green+Blue) = 21+185+234=440 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.77% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 234 (91.80% from 255 or 53.18% from 440); Max value from RGB is 234 - color contains mainly: blue. Hex color #15B9EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15B9EA is #EA4615. Grayscale: #8D8D8D. Windows color (decimal): -15353366 or 15382805. OLE color: 15382805.
HSL color Cylindrical-coordinate representation of color #15B9EA: hue angle of 193.8º 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 #15B9EA is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 185 | 234 | - |
| CMYK | 0.91 | 0.21 | 0 | 0.08 |
| HSL | 193.8º | 0.84% | 0.5% | - |
| HSV(B) | 193.8º | 0.91% | 0.92% | - |
| XYZ | 32.51 | 40.8 | 84 | - |
| YUV | 141.55 | 180.17 | 42.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 185 | 234 | 0.91 | 0.21 | 0 | 0.08 | 193.8 | 0.84 | 0.5 |
| Hex | 15 | B9 | EA | 5B | 15 | 0 | 8 | C2 | 54 | 32 |
| Octal | 25 | 271 | 352 | 133 | 25 | 0 | 10 | 302 | 124 | 62 |
| Binary | 10101 | 10111001 | 11101010 | 1011011 | 10101 | 0 | 1000 | 11000010 | 1010100 | 110010 |
Color Harmonies of #15B9EA
Complementary color
Monochromatic Colors of #15B9EA
Black with #15B9EA
Text Example
Text Example
White with #15B9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15B9EA; }
p { color: rgb(21,185,234); }
H1.HeaderClassName
{
color: #15B9EA;
}
.AnyTagClassName
{
color: #15B9EA;
}
</style>
background-color css
<style>
a { background-color: #15B9EA; }
a { background-color: rgb(21,185,234); }
div.DivClassName
{
background-color: #15B9EA;
}
.BgClassName
{
background-color: #15B9EA;
}
</style>
border-color css
<style>
span { border-color: #15B9EA; }
span { border-color: rgb(21,185,234); }
td.TdClassName
{
border-color: #15B9EA;
}
.TagClassName
{
border-color: #15B9EA;
}
</style>