Shades of Deep Sky Blue #15CEFE
Tints of Deep Sky Blue #15CEFE
RGB
CMYK
RGB Variations
Color information
#15CEFE (or 0x15CEFE) is known color: Deep Sky Blue. HEX triplet: 15, CE and FE. RGB value is (21,206,254). Sum of RGB (Red+Green+Blue) = 21+206+254=481 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.37% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #15CEFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15CEFE is #EA3101. Grayscale: #9B9B9B. Windows color (decimal): -15347970 or 16698901. OLE color: 16698901.
HSL color Cylindrical-coordinate representation of color #15CEFE: hue angle of 192.36º 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 #15CEFE is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 206 | 254 | - |
| CMYK | 0.92 | 0.19 | 0 | 0.00 |
| HSL | 192.36º | 0.99% | 0.54% | - |
| HSV(B) | 192.36º | 0.92% | 1% | - |
| XYZ | 40.27 | 51.46 | 101.58 | - |
| YUV | 156.16 | 183.21 | 31.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 206 | 254 | 0.92 | 0.19 | 0 | 0.00 | 192.36 | 0.99 | 0.54 |
| Hex | 15 | CE | FE | 5C | 13 | 0 | 0 | C0 | 63 | 36 |
| Octal | 25 | 316 | 376 | 134 | 23 | 0 | 0 | 300 | 143 | 66 |
| Binary | 10101 | 11001110 | 11111110 | 1011100 | 10011 | 0 | 0 | 11000000 | 1100011 | 110110 |
Color Harmonies of #15CEFE
Complementary color
Monochromatic Colors of #15CEFE
Black with #15CEFE
Text Example
Text Example
White with #15CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CEFE; }
p { color: rgb(21,206,254); }
H1.HeaderClassName
{
color: #15CEFE;
}
.AnyTagClassName
{
color: #15CEFE;
}
</style>
background-color css
<style>
a { background-color: #15CEFE; }
a { background-color: rgb(21,206,254); }
div.DivClassName
{
background-color: #15CEFE;
}
.BgClassName
{
background-color: #15CEFE;
}
</style>
border-color css
<style>
span { border-color: #15CEFE; }
span { border-color: rgb(21,206,254); }
td.TdClassName
{
border-color: #15CEFE;
}
.TagClassName
{
border-color: #15CEFE;
}
</style>