Shades of Deep Sky Blue #15ACFF
Tints of Deep Sky Blue #15ACFF
RGB
CMYK
RGB Variations
Color information
#15ACFF (or 0x15ACFF) is known color: Deep Sky Blue. HEX triplet: 15, AC and FF. RGB value is (21,172,255). Sum of RGB (Red+Green+Blue) = 21+172+255=448 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.69% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #15ACFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15ACFF is #EA5300. Grayscale: #878787. Windows color (decimal): -15356673 or 16755733. OLE color: 16755733.
HSL color Cylindrical-coordinate representation of color #15ACFF: hue angle of 201.28º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15ACFF is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 172 | 255 | - |
| CMYK | 0.92 | 0.33 | 0 | 0 |
| HSL | 201.28º | 1% | 0.54% | - |
| HSV(B) | 201.28º | 0.92% | 1% | - |
| XYZ | 33.11 | 36.88 | 99.98 | - |
| YUV | 136.31 | 194.97 | 45.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 172 | 255 | 0.92 | 0.33 | 0 | 0 | 201.28 | 1 | 0.54 |
| Hex | 15 | AC | FF | 5C | 21 | 0 | 0 | C9 | 64 | 36 |
| Octal | 25 | 254 | 377 | 134 | 41 | 0 | 0 | 311 | 144 | 66 |
| Binary | 10101 | 10101100 | 11111111 | 1011100 | 100001 | 0 | 0 | 11001001 | 1100100 | 110110 |
Color Harmonies of #15ACFF
Complementary color
Monochromatic Colors of #15ACFF
Black with #15ACFF
Text Example
Text Example
White with #15ACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15ACFF; }
p { color: rgb(21,172,255); }
H1.HeaderClassName
{
color: #15ACFF;
}
.AnyTagClassName
{
color: #15ACFF;
}
</style>
background-color css
<style>
a { background-color: #15ACFF; }
a { background-color: rgb(21,172,255); }
div.DivClassName
{
background-color: #15ACFF;
}
.BgClassName
{
background-color: #15ACFF;
}
</style>
border-color css
<style>
span { border-color: #15ACFF; }
span { border-color: rgb(21,172,255); }
td.TdClassName
{
border-color: #15ACFF;
}
.TagClassName
{
border-color: #15ACFF;
}
</style>