Shades of Deep Sky Blue #15BDFE
Tints of Deep Sky Blue #15BDFE
RGB
CMYK
RGB Variations
Color information
#15BDFE (or 0x15BDFE) is known color: Deep Sky Blue. HEX triplet: 15, BD and FE. RGB value is (21,189,254). Sum of RGB (Red+Green+Blue) = 21+189+254=464 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.53% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #15BDFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15BDFE is #EA4201. Grayscale: #919191. Windows color (decimal): -15352322 or 16694549. OLE color: 16694549.
HSL color Cylindrical-coordinate representation of color #15BDFE: hue angle of 196.74º 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 #15BDFE is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 189 | 254 | - |
| CMYK | 0.92 | 0.26 | 0 | 0.00 |
| HSL | 196.74º | 0.99% | 0.54% | - |
| HSV(B) | 196.74º | 0.92% | 1% | - |
| XYZ | 36.4 | 43.71 | 100.28 | - |
| YUV | 146.18 | 188.84 | 38.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 189 | 254 | 0.92 | 0.26 | 0 | 0.00 | 196.74 | 0.99 | 0.54 |
| Hex | 15 | BD | FE | 5C | 1A | 0 | 0 | C5 | 63 | 36 |
| Octal | 25 | 275 | 376 | 134 | 32 | 0 | 0 | 305 | 143 | 66 |
| Binary | 10101 | 10111101 | 11111110 | 1011100 | 11010 | 0 | 0 | 11000101 | 1100011 | 110110 |
Color Harmonies of #15BDFE
Complementary color
Monochromatic Colors of #15BDFE
Black with #15BDFE
Text Example
Text Example
White with #15BDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BDFE; }
p { color: rgb(21,189,254); }
H1.HeaderClassName
{
color: #15BDFE;
}
.AnyTagClassName
{
color: #15BDFE;
}
</style>
background-color css
<style>
a { background-color: #15BDFE; }
a { background-color: rgb(21,189,254); }
div.DivClassName
{
background-color: #15BDFE;
}
.BgClassName
{
background-color: #15BDFE;
}
</style>
border-color css
<style>
span { border-color: #15BDFE; }
span { border-color: rgb(21,189,254); }
td.TdClassName
{
border-color: #15BDFE;
}
.TagClassName
{
border-color: #15BDFE;
}
</style>