Shades of Deep Sky Blue #15B1FE
Tints of Deep Sky Blue #15B1FE
RGB
CMYK
RGB Variations
Color information
#15B1FE (or 0x15B1FE) is known color: Deep Sky Blue. HEX triplet: 15, B1 and FE. RGB value is (21,177,254). Sum of RGB (Red+Green+Blue) = 21+177+254=452 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.65% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #15B1FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15B1FE is #EA4E01. Grayscale: #8A8A8A. Windows color (decimal): -15355394 or 16691477. OLE color: 16691477.
HSL color Cylindrical-coordinate representation of color #15B1FE: hue angle of 199.83º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15B1FE is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 177 | 254 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.00 |
| HSL | 199.83º | 0.99% | 0.54% | - |
| HSV(B) | 199.83º | 0.92% | 1% | - |
| XYZ | 33.92 | 38.76 | 99.46 | - |
| YUV | 139.13 | 192.82 | 43.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 177 | 254 | 0.92 | 0.30 | 0 | 0.00 | 199.83 | 0.99 | 0.54 |
| Hex | 15 | B1 | FE | 5C | 1E | 0 | 0 | C8 | 63 | 36 |
| Octal | 25 | 261 | 376 | 134 | 36 | 0 | 0 | 310 | 143 | 66 |
| Binary | 10101 | 10110001 | 11111110 | 1011100 | 11110 | 0 | 0 | 11001000 | 1100011 | 110110 |
Color Harmonies of #15B1FE
Complementary color
Monochromatic Colors of #15B1FE
Black with #15B1FE
Text Example
Text Example
White with #15B1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15B1FE; }
p { color: rgb(21,177,254); }
H1.HeaderClassName
{
color: #15B1FE;
}
.AnyTagClassName
{
color: #15B1FE;
}
</style>
background-color css
<style>
a { background-color: #15B1FE; }
a { background-color: rgb(21,177,254); }
div.DivClassName
{
background-color: #15B1FE;
}
.BgClassName
{
background-color: #15B1FE;
}
</style>
border-color css
<style>
span { border-color: #15B1FE; }
span { border-color: rgb(21,177,254); }
td.TdClassName
{
border-color: #15B1FE;
}
.TagClassName
{
border-color: #15B1FE;
}
</style>