Shades of Deep Sky Blue #15B9EE
Tints of Deep Sky Blue #15B9EE
RGB
CMYK
RGB Variations
Color information
#15B9EE (or 0x15B9EE) is known color: Deep Sky Blue. HEX triplet: 15, B9 and EE. RGB value is (21,185,238). Sum of RGB (Red+Green+Blue) = 21+185+238=444 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.73% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #15B9EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15B9EE is #EA4611. Grayscale: #8D8D8D. Windows color (decimal): -15353362 or 15644949. OLE color: 15644949.
HSL color Cylindrical-coordinate representation of color #15B9EE: hue angle of 194.65º 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 #15B9EE is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 185 | 238 | - |
| CMYK | 0.91 | 0.22 | 0 | 0.07 |
| HSL | 194.65º | 0.86% | 0.51% | - |
| HSV(B) | 194.65º | 0.91% | 0.93% | - |
| XYZ | 33.09 | 41.03 | 87.06 | - |
| YUV | 142.01 | 182.17 | 41.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 185 | 238 | 0.91 | 0.22 | 0 | 0.07 | 194.65 | 0.86 | 0.51 |
| Hex | 15 | B9 | EE | 5B | 16 | 0 | 7 | C3 | 56 | 33 |
| Octal | 25 | 271 | 356 | 133 | 26 | 0 | 7 | 303 | 126 | 63 |
| Binary | 10101 | 10111001 | 11101110 | 1011011 | 10110 | 0 | 111 | 11000011 | 1010110 | 110011 |
Color Harmonies of #15B9EE
Complementary color
Monochromatic Colors of #15B9EE
Black with #15B9EE
Text Example
Text Example
White with #15B9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15B9EE; }
p { color: rgb(21,185,238); }
H1.HeaderClassName
{
color: #15B9EE;
}
.AnyTagClassName
{
color: #15B9EE;
}
</style>
background-color css
<style>
a { background-color: #15B9EE; }
a { background-color: rgb(21,185,238); }
div.DivClassName
{
background-color: #15B9EE;
}
.BgClassName
{
background-color: #15B9EE;
}
</style>
border-color css
<style>
span { border-color: #15B9EE; }
span { border-color: rgb(21,185,238); }
td.TdClassName
{
border-color: #15B9EE;
}
.TagClassName
{
border-color: #15B9EE;
}
</style>