Shades of Summer Sky #2ACFED
Tints of Summer Sky #2ACFED
RGB
CMYK
RGB Variations
Color information
#2ACFED (or 0x2ACFED) is known color: Summer Sky. HEX triplet: 2A, CF and ED. RGB value is (42,207,237). Sum of RGB (Red+Green+Blue) = 42+207+237=486 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.64% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #2ACFED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ACFED is #D53012. Grayscale: #A0A0A0. Windows color (decimal): -13971475 or 15585066. OLE color: 15585066.
HSL color Cylindrical-coordinate representation of color #2ACFED: hue angle of 189.23º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ACFED is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 207 | 237 | - |
| CMYK | 0.82 | 0.13 | 0 | 0.07 |
| HSL | 189.23º | 0.84% | 0.55% | - |
| HSV(B) | 189.23º | 0.82% | 0.93% | - |
| XYZ | 38.55 | 51.23 | 87.98 | - |
| YUV | 161.09 | 170.84 | 43.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 207 | 237 | 0.82 | 0.13 | 0 | 0.07 | 189.23 | 0.84 | 0.55 |
| Hex | 2A | CF | ED | 52 | D | 0 | 7 | BD | 54 | 37 |
| Octal | 52 | 317 | 355 | 122 | 15 | 0 | 7 | 275 | 124 | 67 |
| Binary | 101010 | 11001111 | 11101101 | 1010010 | 1101 | 0 | 111 | 10111101 | 1010100 | 110111 |
Color Harmonies of #2ACFED
Complementary color
Monochromatic Colors of #2ACFED
Black with #2ACFED
Text Example
Text Example
White with #2ACFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACFED; }
p { color: rgb(42,207,237); }
H1.HeaderClassName
{
color: #2ACFED;
}
.AnyTagClassName
{
color: #2ACFED;
}
</style>
background-color css
<style>
a { background-color: #2ACFED; }
a { background-color: rgb(42,207,237); }
div.DivClassName
{
background-color: #2ACFED;
}
.BgClassName
{
background-color: #2ACFED;
}
</style>
border-color css
<style>
span { border-color: #2ACFED; }
span { border-color: rgb(42,207,237); }
td.TdClassName
{
border-color: #2ACFED;
}
.TagClassName
{
border-color: #2ACFED;
}
</style>