Shades of Deep Sky Blue #15ACF2
Tints of Deep Sky Blue #15ACF2
RGB
CMYK
RGB Variations
Color information
#15ACF2 (or 0x15ACF2) is known color: Deep Sky Blue. HEX triplet: 15, AC and F2. RGB value is (21,172,242). Sum of RGB (Red+Green+Blue) = 21+172+242=435 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.83% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 242 (94.92% from 255 or 55.63% from 435); Max value from RGB is 242 - color contains mainly: blue. Hex color #15ACF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15ACF2 is #EA530D. Grayscale: #868686. Windows color (decimal): -15356686 or 15903765. OLE color: 15903765.
HSL color Cylindrical-coordinate representation of color #15ACF2: hue angle of 199º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15ACF2 is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 172 | 242 | - |
| CMYK | 0.91 | 0.29 | 0 | 0.05 |
| HSL | 199º | 0.89% | 0.52% | - |
| HSV(B) | 199º | 0.91% | 0.95% | - |
| XYZ | 31.09 | 36.08 | 89.33 | - |
| YUV | 134.83 | 188.47 | 46.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 172 | 242 | 0.91 | 0.29 | 0 | 0.05 | 199 | 0.89 | 0.52 |
| Hex | 15 | AC | F2 | 5B | 1D | 0 | 5 | C7 | 59 | 34 |
| Octal | 25 | 254 | 362 | 133 | 35 | 0 | 5 | 307 | 131 | 64 |
| Binary | 10101 | 10101100 | 11110010 | 1011011 | 11101 | 0 | 101 | 11000111 | 1011001 | 110100 |
Color Harmonies of #15ACF2
Complementary color
Monochromatic Colors of #15ACF2
Black with #15ACF2
Text Example
Text Example
White with #15ACF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15ACF2; }
p { color: rgb(21,172,242); }
H1.HeaderClassName
{
color: #15ACF2;
}
.AnyTagClassName
{
color: #15ACF2;
}
</style>
background-color css
<style>
a { background-color: #15ACF2; }
a { background-color: rgb(21,172,242); }
div.DivClassName
{
background-color: #15ACF2;
}
.BgClassName
{
background-color: #15ACF2;
}
</style>
border-color css
<style>
span { border-color: #15ACF2; }
span { border-color: rgb(21,172,242); }
td.TdClassName
{
border-color: #15ACF2;
}
.TagClassName
{
border-color: #15ACF2;
}
</style>