Shades of Deep Sky Blue #2ACCFF
Tints of Deep Sky Blue #2ACCFF
RGB
CMYK
RGB Variations
Color information
#2ACCFF (or 0x2ACCFF) is known color: Deep Sky Blue. HEX triplet: 2A, CC and FF. RGB value is (42,204,255). Sum of RGB (Red+Green+Blue) = 42+204+255=501 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.38% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #2ACCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ACCFF is #D53300. Grayscale: #A1A1A1. Windows color (decimal): -13972225 or 16763946. OLE color: 16763946.
HSL color Cylindrical-coordinate representation of color #2ACCFF: hue angle of 194.37º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2ACCFF is Cyan = 0.84, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 204 | 255 | - |
| CMYK | 0.84 | 0.2 | 0 | 0 |
| HSL | 194.37º | 1% | 0.58% | - |
| HSV(B) | 194.37º | 0.84% | 1% | - |
| XYZ | 40.6 | 50.9 | 102.29 | - |
| YUV | 161.38 | 180.83 | 42.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 204 | 255 | 0.84 | 0.2 | 0 | 0 | 194.37 | 1 | 0.58 |
| Hex | 2A | CC | FF | 54 | 14 | 0 | 0 | C2 | 64 | 3A |
| Octal | 52 | 314 | 377 | 124 | 24 | 0 | 0 | 302 | 144 | 72 |
| Binary | 101010 | 11001100 | 11111111 | 1010100 | 10100 | 0 | 0 | 11000010 | 1100100 | 111010 |
Color Harmonies of #2ACCFF
Complementary color
Monochromatic Colors of #2ACCFF
Black with #2ACCFF
Text Example
Text Example
White with #2ACCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACCFF; }
p { color: rgb(42,204,255); }
H1.HeaderClassName
{
color: #2ACCFF;
}
.AnyTagClassName
{
color: #2ACCFF;
}
</style>
background-color css
<style>
a { background-color: #2ACCFF; }
a { background-color: rgb(42,204,255); }
div.DivClassName
{
background-color: #2ACCFF;
}
.BgClassName
{
background-color: #2ACCFF;
}
</style>
border-color css
<style>
span { border-color: #2ACCFF; }
span { border-color: rgb(42,204,255); }
td.TdClassName
{
border-color: #2ACCFF;
}
.TagClassName
{
border-color: #2ACCFF;
}
</style>