Shades of Deep Sky Blue #1ACCFA
Tints of Deep Sky Blue #1ACCFA
RGB
CMYK
RGB Variations
Color information
#1ACCFA (or 0x1ACCFA) is known color: Deep Sky Blue. HEX triplet: 1A, CC and FA. RGB value is (26,204,250). Sum of RGB (Red+Green+Blue) = 26+204+250=480 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.42% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #1ACCFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ACCFA is #E53305. Grayscale: #9B9B9B. Windows color (decimal): -15020806 or 16436250. OLE color: 16436250.
HSL color Cylindrical-coordinate representation of color #1ACCFA: hue angle of 192.32º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1ACCFA is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 204 | 250 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.02 |
| HSL | 192.32º | 0.96% | 0.54% | - |
| HSV(B) | 192.32º | 0.9% | 0.98% | - |
| XYZ | 39.27 | 50.31 | 98.08 | - |
| YUV | 156.02 | 181.03 | 35.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 204 | 250 | 0.90 | 0.18 | 0 | 0.02 | 192.32 | 0.96 | 0.54 |
| Hex | 1A | CC | FA | 5A | 12 | 0 | 2 | C0 | 60 | 36 |
| Octal | 32 | 314 | 372 | 132 | 22 | 0 | 2 | 300 | 140 | 66 |
| Binary | 11010 | 11001100 | 11111010 | 1011010 | 10010 | 0 | 10 | 11000000 | 1100000 | 110110 |
Color Harmonies of #1ACCFA
Complementary color
Monochromatic Colors of #1ACCFA
Black with #1ACCFA
Text Example
Text Example
White with #1ACCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACCFA; }
p { color: rgb(26,204,250); }
H1.HeaderClassName
{
color: #1ACCFA;
}
.AnyTagClassName
{
color: #1ACCFA;
}
</style>
background-color css
<style>
a { background-color: #1ACCFA; }
a { background-color: rgb(26,204,250); }
div.DivClassName
{
background-color: #1ACCFA;
}
.BgClassName
{
background-color: #1ACCFA;
}
</style>
border-color css
<style>
span { border-color: #1ACCFA; }
span { border-color: rgb(26,204,250); }
td.TdClassName
{
border-color: #1ACCFA;
}
.TagClassName
{
border-color: #1ACCFA;
}
</style>