Shades of Summer Sky #2ACCF1
Tints of Summer Sky #2ACCF1
RGB
CMYK
RGB Variations
Color information
#2ACCF1 (or 0x2ACCF1) is known color: Summer Sky. HEX triplet: 2A, CC and F1. RGB value is (42,204,241). Sum of RGB (Red+Green+Blue) = 42+204+241=487 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.62% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 241 (94.53% from 255 or 49.49% from 487); Max value from RGB is 241 - color contains mainly: blue. Hex color #2ACCF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ACCF1 is #D5330E. Grayscale: #9F9F9F. Windows color (decimal): -13972239 or 15846442. OLE color: 15846442.
HSL color Cylindrical-coordinate representation of color #2ACCF1: hue angle of 191.16º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2ACCF1 is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 204 | 241 | - |
| CMYK | 0.83 | 0.15 | 0 | 0.05 |
| HSL | 191.16º | 0.88% | 0.55% | - |
| HSV(B) | 191.16º | 0.83% | 0.95% | - |
| XYZ | 38.42 | 50.03 | 90.85 | - |
| YUV | 159.78 | 173.83 | 43.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 204 | 241 | 0.83 | 0.15 | 0 | 0.05 | 191.16 | 0.88 | 0.55 |
| Hex | 2A | CC | F1 | 53 | F | 0 | 5 | BF | 58 | 37 |
| Octal | 52 | 314 | 361 | 123 | 17 | 0 | 5 | 277 | 130 | 67 |
| Binary | 101010 | 11001100 | 11110001 | 1010011 | 1111 | 0 | 101 | 10111111 | 1011000 | 110111 |
Color Harmonies of #2ACCF1
Complementary color
Monochromatic Colors of #2ACCF1
Black with #2ACCF1
Text Example
Text Example
White with #2ACCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACCF1; }
p { color: rgb(42,204,241); }
H1.HeaderClassName
{
color: #2ACCF1;
}
.AnyTagClassName
{
color: #2ACCF1;
}
</style>
background-color css
<style>
a { background-color: #2ACCF1; }
a { background-color: rgb(42,204,241); }
div.DivClassName
{
background-color: #2ACCF1;
}
.BgClassName
{
background-color: #2ACCF1;
}
</style>
border-color css
<style>
span { border-color: #2ACCF1; }
span { border-color: rgb(42,204,241); }
td.TdClassName
{
border-color: #2ACCF1;
}
.TagClassName
{
border-color: #2ACCF1;
}
</style>