Shades of Deep Sky Blue #15D4F8
Tints of Deep Sky Blue #15D4F8
RGB
CMYK
RGB Variations
Color information
#15D4F8 (or 0x15D4F8) is known color: Deep Sky Blue. HEX triplet: 15, D4 and F8. RGB value is (21,212,248). Sum of RGB (Red+Green+Blue) = 21+212+248=481 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.37% from 481); Green value is 212 (83.20% from 255 or 44.07% from 481); Blue value is 248 (97.27% from 255 or 51.56% from 481); Max value from RGB is 248 - color contains mainly: blue. Hex color #15D4F8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15D4F8 is #EA2B07. Grayscale: #9E9E9E. Windows color (decimal): -15346440 or 16307221. OLE color: 16307221.
HSL color Cylindrical-coordinate representation of color #15D4F8: hue angle of 189.52º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15D4F8 is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 21 | 212 | 248 | - |
| CMYK | 0.92 | 0.15 | 0 | 0.03 |
| HSL | 189.52º | 0.94% | 0.53% | - |
| HSV(B) | 189.52º | 0.92% | 0.97% | - |
| XYZ | 40.8 | 54.02 | 97.08 | - |
| YUV | 159 | 178.22 | 29.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 212 | 248 | 0.92 | 0.15 | 0 | 0.03 | 189.52 | 0.94 | 0.53 |
| Hex | 15 | D4 | F8 | 5C | F | 0 | 3 | BE | 5E | 35 |
| Octal | 25 | 324 | 370 | 134 | 17 | 0 | 3 | 276 | 136 | 65 |
| Binary | 10101 | 11010100 | 11111000 | 1011100 | 1111 | 0 | 11 | 10111110 | 1011110 | 110101 |
Color Harmonies of #15D4F8
Complementary color
Monochromatic Colors of #15D4F8
Black with #15D4F8
Text Example
Text Example
White with #15D4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D4F8; }
p { color: rgb(21,212,248); }
H1.HeaderClassName
{
color: #15D4F8;
}
.AnyTagClassName
{
color: #15D4F8;
}
</style>
background-color css
<style>
a { background-color: #15D4F8; }
a { background-color: rgb(21,212,248); }
div.DivClassName
{
background-color: #15D4F8;
}
.BgClassName
{
background-color: #15D4F8;
}
</style>
border-color css
<style>
span { border-color: #15D4F8; }
span { border-color: rgb(21,212,248); }
td.TdClassName
{
border-color: #15D4F8;
}
.TagClassName
{
border-color: #15D4F8;
}
</style>