Shades of Summer Sky #2ACCF7
Tints of Summer Sky #2ACCF7
RGB
CMYK
RGB Variations
Color information
#2ACCF7 (or 0x2ACCF7) is known color: Summer Sky. HEX triplet: 2A, CC and F7. RGB value is (42,204,247). Sum of RGB (Red+Green+Blue) = 42+204+247=493 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.52% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 247 (96.88% from 255 or 50.10% from 493); Max value from RGB is 247 - color contains mainly: blue. Hex color #2ACCF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ACCF7 is #D53308. Grayscale: #A0A0A0. Windows color (decimal): -13972233 or 16239658. OLE color: 16239658.
HSL color Cylindrical-coordinate representation of color #2ACCF7: hue angle of 192.59º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2ACCF7 is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 42 | 204 | 247 | - |
| CMYK | 0.83 | 0.17 | 0 | 0.03 |
| HSL | 192.59º | 0.93% | 0.57% | - |
| HSV(B) | 192.59º | 0.83% | 0.97% | - |
| XYZ | 39.34 | 50.39 | 95.65 | - |
| YUV | 160.46 | 176.83 | 43.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 204 | 247 | 0.83 | 0.17 | 0 | 0.03 | 192.59 | 0.93 | 0.57 |
| Hex | 2A | CC | F7 | 53 | 11 | 0 | 3 | C1 | 5D | 39 |
| Octal | 52 | 314 | 367 | 123 | 21 | 0 | 3 | 301 | 135 | 71 |
| Binary | 101010 | 11001100 | 11110111 | 1010011 | 10001 | 0 | 11 | 11000001 | 1011101 | 111001 |
Color Harmonies of #2ACCF7
Complementary color
Monochromatic Colors of #2ACCF7
Black with #2ACCF7
Text Example
Text Example
White with #2ACCF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACCF7; }
p { color: rgb(42,204,247); }
H1.HeaderClassName
{
color: #2ACCF7;
}
.AnyTagClassName
{
color: #2ACCF7;
}
</style>
background-color css
<style>
a { background-color: #2ACCF7; }
a { background-color: rgb(42,204,247); }
div.DivClassName
{
background-color: #2ACCF7;
}
.BgClassName
{
background-color: #2ACCF7;
}
</style>
border-color css
<style>
span { border-color: #2ACCF7; }
span { border-color: rgb(42,204,247); }
td.TdClassName
{
border-color: #2ACCF7;
}
.TagClassName
{
border-color: #2ACCF7;
}
</style>