Shades of Deep Sky Blue #15BEF1
Tints of Deep Sky Blue #15BEF1
RGB
CMYK
RGB Variations
Color information
#15BEF1 (or 0x15BEF1) is known color: Deep Sky Blue. HEX triplet: 15, BE and F1. RGB value is (21,190,241). Sum of RGB (Red+Green+Blue) = 21+190+241=452 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.65% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 241 (94.53% from 255 or 53.32% from 452); Max value from RGB is 241 - color contains mainly: blue. Hex color #15BEF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15BEF1 is #EA410E. Grayscale: #909090. Windows color (decimal): -15352079 or 15842837. OLE color: 15842837.
HSL color Cylindrical-coordinate representation of color #15BEF1: hue angle of 193.91º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15BEF1 is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 190 | 241 | - |
| CMYK | 0.91 | 0.21 | 0 | 0.05 |
| HSL | 193.91º | 0.89% | 0.51% | - |
| HSV(B) | 193.91º | 0.91% | 0.95% | - |
| XYZ | 34.6 | 43.34 | 89.76 | - |
| YUV | 145.28 | 182.01 | 39.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 190 | 241 | 0.91 | 0.21 | 0 | 0.05 | 193.91 | 0.89 | 0.51 |
| Hex | 15 | BE | F1 | 5B | 15 | 0 | 5 | C2 | 59 | 33 |
| Octal | 25 | 276 | 361 | 133 | 25 | 0 | 5 | 302 | 131 | 63 |
| Binary | 10101 | 10111110 | 11110001 | 1011011 | 10101 | 0 | 101 | 11000010 | 1011001 | 110011 |
Color Harmonies of #15BEF1
Complementary color
Monochromatic Colors of #15BEF1
Black with #15BEF1
Text Example
Text Example
White with #15BEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BEF1; }
p { color: rgb(21,190,241); }
H1.HeaderClassName
{
color: #15BEF1;
}
.AnyTagClassName
{
color: #15BEF1;
}
</style>
background-color css
<style>
a { background-color: #15BEF1; }
a { background-color: rgb(21,190,241); }
div.DivClassName
{
background-color: #15BEF1;
}
.BgClassName
{
background-color: #15BEF1;
}
</style>
border-color css
<style>
span { border-color: #15BEF1; }
span { border-color: rgb(21,190,241); }
td.TdClassName
{
border-color: #15BEF1;
}
.TagClassName
{
border-color: #15BEF1;
}
</style>