Shades of Deep Sky Blue #15D2FC
Tints of Deep Sky Blue #15D2FC
RGB
CMYK
RGB Variations
Color information
#15D2FC (or 0x15D2FC) is known color: Deep Sky Blue. HEX triplet: 15, D2 and FC. RGB value is (21,210,252). Sum of RGB (Red+Green+Blue) = 21+210+252=483 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.35% from 483); Green value is 210 (82.42% from 255 or 43.48% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #15D2FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15D2FC is #EA2D03. Grayscale: #9D9D9D. Windows color (decimal): -15346948 or 16568853. OLE color: 16568853.
HSL color Cylindrical-coordinate representation of color #15D2FC: hue angle of 190.91º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15D2FC is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 210 | 252 | - |
| CMYK | 0.92 | 0.17 | 0 | 0.01 |
| HSL | 190.91º | 0.97% | 0.54% | - |
| HSV(B) | 190.91º | 0.92% | 0.99% | - |
| XYZ | 40.93 | 53.28 | 100.22 | - |
| YUV | 158.28 | 180.88 | 30.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 210 | 252 | 0.92 | 0.17 | 0 | 0.01 | 190.91 | 0.97 | 0.54 |
| Hex | 15 | D2 | FC | 5C | 11 | 0 | 1 | BF | 61 | 36 |
| Octal | 25 | 322 | 374 | 134 | 21 | 0 | 1 | 277 | 141 | 66 |
| Binary | 10101 | 11010010 | 11111100 | 1011100 | 10001 | 0 | 1 | 10111111 | 1100001 | 110110 |
Color Harmonies of #15D2FC
Complementary color
Monochromatic Colors of #15D2FC
Black with #15D2FC
Text Example
Text Example
White with #15D2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D2FC; }
p { color: rgb(21,210,252); }
H1.HeaderClassName
{
color: #15D2FC;
}
.AnyTagClassName
{
color: #15D2FC;
}
</style>
background-color css
<style>
a { background-color: #15D2FC; }
a { background-color: rgb(21,210,252); }
div.DivClassName
{
background-color: #15D2FC;
}
.BgClassName
{
background-color: #15D2FC;
}
</style>
border-color css
<style>
span { border-color: #15D2FC; }
span { border-color: rgb(21,210,252); }
td.TdClassName
{
border-color: #15D2FC;
}
.TagClassName
{
border-color: #15D2FC;
}
</style>