Shades of Deep Sky Blue #2ACEFF
Tints of Deep Sky Blue #2ACEFF
RGB
CMYK
RGB Variations
Color information
#2ACEFF (or 0x2ACEFF) is known color: Deep Sky Blue. HEX triplet: 2A, CE and FF. RGB value is (42,206,255). Sum of RGB (Red+Green+Blue) = 42+206+255=503 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.35% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #2ACEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ACEFF is #D53100. Grayscale: #A2A2A2. Windows color (decimal): -13971713 or 16764458. OLE color: 16764458.
HSL color Cylindrical-coordinate representation of color #2ACEFF: hue angle of 193.8º 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 #2ACEFF is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 206 | 255 | - |
| CMYK | 0.84 | 0.19 | 0 | 0 |
| HSL | 193.8º | 1% | 0.58% | - |
| HSV(B) | 193.8º | 0.84% | 1% | - |
| XYZ | 41.08 | 51.85 | 102.45 | - |
| YUV | 162.55 | 180.17 | 42.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 206 | 255 | 0.84 | 0.19 | 0 | 0 | 193.8 | 1 | 0.58 |
| Hex | 2A | CE | FF | 54 | 13 | 0 | 0 | C2 | 64 | 3A |
| Octal | 52 | 316 | 377 | 124 | 23 | 0 | 0 | 302 | 144 | 72 |
| Binary | 101010 | 11001110 | 11111111 | 1010100 | 10011 | 0 | 0 | 11000010 | 1100100 | 111010 |
Color Harmonies of #2ACEFF
Complementary color
Monochromatic Colors of #2ACEFF
Black with #2ACEFF
Text Example
Text Example
White with #2ACEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACEFF; }
p { color: rgb(42,206,255); }
H1.HeaderClassName
{
color: #2ACEFF;
}
.AnyTagClassName
{
color: #2ACEFF;
}
</style>
background-color css
<style>
a { background-color: #2ACEFF; }
a { background-color: rgb(42,206,255); }
div.DivClassName
{
background-color: #2ACEFF;
}
.BgClassName
{
background-color: #2ACEFF;
}
</style>
border-color css
<style>
span { border-color: #2ACEFF; }
span { border-color: rgb(42,206,255); }
td.TdClassName
{
border-color: #2ACEFF;
}
.TagClassName
{
border-color: #2ACEFF;
}
</style>