Shades of Deep Sky Blue #15B5FE
Tints of Deep Sky Blue #15B5FE
RGB
CMYK
RGB Variations
Color information
#15B5FE (or 0x15B5FE) is known color: Deep Sky Blue. HEX triplet: 15, B5 and FE. RGB value is (21,181,254). Sum of RGB (Red+Green+Blue) = 21+181+254=456 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.61% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #15B5FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15B5FE is #EA4A01. Grayscale: #8D8D8D. Windows color (decimal): -15354370 or 16692501. OLE color: 16692501.
HSL color Cylindrical-coordinate representation of color #15B5FE: hue angle of 198.8º 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 #15B5FE is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 181 | 254 | - |
| CMYK | 0.92 | 0.29 | 0 | 0.00 |
| HSL | 198.8º | 0.99% | 0.54% | - |
| HSV(B) | 198.8º | 0.92% | 1% | - |
| XYZ | 34.72 | 40.36 | 99.73 | - |
| YUV | 141.48 | 191.49 | 42.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 181 | 254 | 0.92 | 0.29 | 0 | 0.00 | 198.8 | 0.99 | 0.54 |
| Hex | 15 | B5 | FE | 5C | 1D | 0 | 0 | C7 | 63 | 36 |
| Octal | 25 | 265 | 376 | 134 | 35 | 0 | 0 | 307 | 143 | 66 |
| Binary | 10101 | 10110101 | 11111110 | 1011100 | 11101 | 0 | 0 | 11000111 | 1100011 | 110110 |
Color Harmonies of #15B5FE
Complementary color
Monochromatic Colors of #15B5FE
Black with #15B5FE
Text Example
Text Example
White with #15B5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15B5FE; }
p { color: rgb(21,181,254); }
H1.HeaderClassName
{
color: #15B5FE;
}
.AnyTagClassName
{
color: #15B5FE;
}
</style>
background-color css
<style>
a { background-color: #15B5FE; }
a { background-color: rgb(21,181,254); }
div.DivClassName
{
background-color: #15B5FE;
}
.BgClassName
{
background-color: #15B5FE;
}
</style>
border-color css
<style>
span { border-color: #15B5FE; }
span { border-color: rgb(21,181,254); }
td.TdClassName
{
border-color: #15B5FE;
}
.TagClassName
{
border-color: #15B5FE;
}
</style>