Shades of Deep Sky Blue #15BEEA
Tints of Deep Sky Blue #15BEEA
RGB
CMYK
RGB Variations
Color information
#15BEEA (or 0x15BEEA) is known color: Deep Sky Blue. HEX triplet: 15, BE and EA. RGB value is (21,190,234). Sum of RGB (Red+Green+Blue) = 21+190+234=445 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.72% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #15BEEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15BEEA is #EA4115. Grayscale: #909090. Windows color (decimal): -15352086 or 15384085. OLE color: 15384085.
HSL color Cylindrical-coordinate representation of color #15BEEA: hue angle of 192.39º 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 #15BEEA is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 190 | 234 | - |
| CMYK | 0.91 | 0.19 | 0 | 0.08 |
| HSL | 192.39º | 0.84% | 0.5% | - |
| HSV(B) | 192.39º | 0.91% | 0.92% | - |
| XYZ | 33.57 | 42.93 | 84.36 | - |
| YUV | 144.49 | 178.51 | 39.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 190 | 234 | 0.91 | 0.19 | 0 | 0.08 | 192.39 | 0.84 | 0.5 |
| Hex | 15 | BE | EA | 5B | 13 | 0 | 8 | C0 | 54 | 32 |
| Octal | 25 | 276 | 352 | 133 | 23 | 0 | 10 | 300 | 124 | 62 |
| Binary | 10101 | 10111110 | 11101010 | 1011011 | 10011 | 0 | 1000 | 11000000 | 1010100 | 110010 |
Color Harmonies of #15BEEA
Complementary color
Monochromatic Colors of #15BEEA
Black with #15BEEA
Text Example
Text Example
White with #15BEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BEEA; }
p { color: rgb(21,190,234); }
H1.HeaderClassName
{
color: #15BEEA;
}
.AnyTagClassName
{
color: #15BEEA;
}
</style>
background-color css
<style>
a { background-color: #15BEEA; }
a { background-color: rgb(21,190,234); }
div.DivClassName
{
background-color: #15BEEA;
}
.BgClassName
{
background-color: #15BEEA;
}
</style>
border-color css
<style>
span { border-color: #15BEEA; }
span { border-color: rgb(21,190,234); }
td.TdClassName
{
border-color: #15BEEA;
}
.TagClassName
{
border-color: #15BEEA;
}
</style>