Shades of Deep Sky Blue #1ACCFF
Tints of Deep Sky Blue #1ACCFF
RGB
CMYK
RGB Variations
Color information
#1ACCFF (or 0x1ACCFF) is known color: Deep Sky Blue. HEX triplet: 1A, CC and FF. RGB value is (26,204,255). Sum of RGB (Red+Green+Blue) = 26+204+255=485 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.36% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #1ACCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ACCFF is #E53300. Grayscale: #9C9C9C. Windows color (decimal): -15020801 or 16763930. OLE color: 16763930.
HSL color Cylindrical-coordinate representation of color #1ACCFF: hue angle of 193.36º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1ACCFF is Cyan = 0.90, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 204 | 255 | - |
| CMYK | 0.90 | 0.2 | 0 | 0 |
| HSL | 193.36º | 1% | 0.55% | - |
| HSV(B) | 193.36º | 0.9% | 1% | - |
| XYZ | 40.07 | 50.63 | 102.27 | - |
| YUV | 156.59 | 183.53 | 34.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 204 | 255 | 0.90 | 0.2 | 0 | 0 | 193.36 | 1 | 0.55 |
| Hex | 1A | CC | FF | 5A | 14 | 0 | 0 | C1 | 64 | 37 |
| Octal | 32 | 314 | 377 | 132 | 24 | 0 | 0 | 301 | 144 | 67 |
| Binary | 11010 | 11001100 | 11111111 | 1011010 | 10100 | 0 | 0 | 11000001 | 1100100 | 110111 |
Color Harmonies of #1ACCFF
Complementary color
Monochromatic Colors of #1ACCFF
Black with #1ACCFF
Text Example
Text Example
White with #1ACCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACCFF; }
p { color: rgb(26,204,255); }
H1.HeaderClassName
{
color: #1ACCFF;
}
.AnyTagClassName
{
color: #1ACCFF;
}
</style>
background-color css
<style>
a { background-color: #1ACCFF; }
a { background-color: rgb(26,204,255); }
div.DivClassName
{
background-color: #1ACCFF;
}
.BgClassName
{
background-color: #1ACCFF;
}
</style>
border-color css
<style>
span { border-color: #1ACCFF; }
span { border-color: rgb(26,204,255); }
td.TdClassName
{
border-color: #1ACCFF;
}
.TagClassName
{
border-color: #1ACCFF;
}
</style>