Shades of Deep Sky Blue #15BEE8
Tints of Deep Sky Blue #15BEE8
RGB
CMYK
RGB Variations
Color information
#15BEE8 (or 0x15BEE8) is known color: Deep Sky Blue. HEX triplet: 15, BE and E8. RGB value is (21,190,232). Sum of RGB (Red+Green+Blue) = 21+190+232=443 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.74% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 232 (91.02% from 255 or 52.37% from 443); Max value from RGB is 232 - color contains mainly: blue. Hex color #15BEE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15BEE8 is #EA4117. Grayscale: #8F8F8F. Windows color (decimal): -15352088 or 15253013. OLE color: 15253013.
HSL color Cylindrical-coordinate representation of color #15BEE8: hue angle of 191.94º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15BEE8 is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 190 | 232 | - |
| CMYK | 0.91 | 0.18 | 0 | 0.09 |
| HSL | 191.94º | 0.83% | 0.5% | - |
| HSV(B) | 191.94º | 0.91% | 0.91% | - |
| XYZ | 33.29 | 42.81 | 82.85 | - |
| YUV | 144.26 | 177.51 | 40.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 190 | 232 | 0.91 | 0.18 | 0 | 0.09 | 191.94 | 0.83 | 0.5 |
| Hex | 15 | BE | E8 | 5B | 12 | 0 | 9 | C0 | 53 | 32 |
| Octal | 25 | 276 | 350 | 133 | 22 | 0 | 11 | 300 | 123 | 62 |
| Binary | 10101 | 10111110 | 11101000 | 1011011 | 10010 | 0 | 1001 | 11000000 | 1010011 | 110010 |
Color Harmonies of #15BEE8
Complementary color
Monochromatic Colors of #15BEE8
Black with #15BEE8
Text Example
Text Example
White with #15BEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BEE8; }
p { color: rgb(21,190,232); }
H1.HeaderClassName
{
color: #15BEE8;
}
.AnyTagClassName
{
color: #15BEE8;
}
</style>
background-color css
<style>
a { background-color: #15BEE8; }
a { background-color: rgb(21,190,232); }
div.DivClassName
{
background-color: #15BEE8;
}
.BgClassName
{
background-color: #15BEE8;
}
</style>
border-color css
<style>
span { border-color: #15BEE8; }
span { border-color: rgb(21,190,232); }
td.TdClassName
{
border-color: #15BEE8;
}
.TagClassName
{
border-color: #15BEE8;
}
</style>