Shades of Deep Sky Blue #15DAFC
Tints of Deep Sky Blue #15DAFC
RGB
CMYK
RGB Variations
Color information
#15DAFC (or 0x15DAFC) is known color: Deep Sky Blue. HEX triplet: 15, DA and FC. RGB value is (21,218,252). Sum of RGB (Red+Green+Blue) = 21+218+252=491 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.28% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #15DAFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15DAFC is #EA2503. Grayscale: #A2A2A2. Windows color (decimal): -15344900 or 16570901. OLE color: 16570901.
HSL color Cylindrical-coordinate representation of color #15DAFC: hue angle of 188.83º 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 #15DAFC is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 218 | 252 | - |
| CMYK | 0.92 | 0.13 | 0 | 0.01 |
| HSL | 188.83º | 0.97% | 0.54% | - |
| HSV(B) | 188.83º | 0.92% | 0.99% | - |
| XYZ | 42.95 | 57.33 | 100.9 | - |
| YUV | 162.97 | 178.23 | 26.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 218 | 252 | 0.92 | 0.13 | 0 | 0.01 | 188.83 | 0.97 | 0.54 |
| Hex | 15 | DA | FC | 5C | D | 0 | 1 | BD | 61 | 36 |
| Octal | 25 | 332 | 374 | 134 | 15 | 0 | 1 | 275 | 141 | 66 |
| Binary | 10101 | 11011010 | 11111100 | 1011100 | 1101 | 0 | 1 | 10111101 | 1100001 | 110110 |
Color Harmonies of #15DAFC
Complementary color
Monochromatic Colors of #15DAFC
Black with #15DAFC
Text Example
Text Example
White with #15DAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DAFC; }
p { color: rgb(21,218,252); }
H1.HeaderClassName
{
color: #15DAFC;
}
.AnyTagClassName
{
color: #15DAFC;
}
</style>
background-color css
<style>
a { background-color: #15DAFC; }
a { background-color: rgb(21,218,252); }
div.DivClassName
{
background-color: #15DAFC;
}
.BgClassName
{
background-color: #15DAFC;
}
</style>
border-color css
<style>
span { border-color: #15DAFC; }
span { border-color: rgb(21,218,252); }
td.TdClassName
{
border-color: #15DAFC;
}
.TagClassName
{
border-color: #15DAFC;
}
</style>