Shades of Deep Sky Blue #15B2FE
Tints of Deep Sky Blue #15B2FE
RGB
CMYK
RGB Variations
Color information
#15B2FE (or 0x15B2FE) is known color: Deep Sky Blue. HEX triplet: 15, B2 and FE. RGB value is (21,178,254). Sum of RGB (Red+Green+Blue) = 21+178+254=453 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.64% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #15B2FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15B2FE is #EA4D01. Grayscale: #8B8B8B. Windows color (decimal): -15355138 or 16691733. OLE color: 16691733.
HSL color Cylindrical-coordinate representation of color #15B2FE: hue angle of 199.57º 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 #15B2FE is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 178 | 254 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.00 |
| HSL | 199.57º | 0.99% | 0.54% | - |
| HSV(B) | 199.57º | 0.92% | 1% | - |
| XYZ | 34.12 | 39.16 | 99.53 | - |
| YUV | 139.72 | 192.49 | 43.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 178 | 254 | 0.92 | 0.30 | 0 | 0.00 | 199.57 | 0.99 | 0.54 |
| Hex | 15 | B2 | FE | 5C | 1E | 0 | 0 | C8 | 63 | 36 |
| Octal | 25 | 262 | 376 | 134 | 36 | 0 | 0 | 310 | 143 | 66 |
| Binary | 10101 | 10110010 | 11111110 | 1011100 | 11110 | 0 | 0 | 11001000 | 1100011 | 110110 |
Color Harmonies of #15B2FE
Complementary color
Monochromatic Colors of #15B2FE
Black with #15B2FE
Text Example
Text Example
White with #15B2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15B2FE; }
p { color: rgb(21,178,254); }
H1.HeaderClassName
{
color: #15B2FE;
}
.AnyTagClassName
{
color: #15B2FE;
}
</style>
background-color css
<style>
a { background-color: #15B2FE; }
a { background-color: rgb(21,178,254); }
div.DivClassName
{
background-color: #15B2FE;
}
.BgClassName
{
background-color: #15B2FE;
}
</style>
border-color css
<style>
span { border-color: #15B2FE; }
span { border-color: rgb(21,178,254); }
td.TdClassName
{
border-color: #15B2FE;
}
.TagClassName
{
border-color: #15B2FE;
}
</style>