Shades of Summer Sky #2DACCA
Tints of Summer Sky #2DACCA
RGB
CMYK
RGB Variations
Color information
#2DACCA (or 0x2DACCA) is known color: Summer Sky. HEX triplet: 2D, AC and CA. RGB value is (45,172,202). Sum of RGB (Red+Green+Blue) = 45+172+202=419 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.74% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #2DACCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DACCA is #D25335. Grayscale: #898989. Windows color (decimal): -13783862 or 13282349. OLE color: 13282349.
HSL color Cylindrical-coordinate representation of color #2DACCA: hue angle of 191.46º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DACCA is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 172 | 202 | - |
| CMYK | 0.78 | 0.15 | 0 | 0.21 |
| HSL | 191.47º | 0.64% | 0.48% | - |
| HSV(B) | 191.47º | 0.78% | 0.79% | - |
| XYZ | 26.5 | 34.33 | 61.11 | - |
| YUV | 137.45 | 164.42 | 62.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 172 | 202 | 0.78 | 0.15 | 0 | 0.21 | 191.47 | 0.64 | 0.48 |
| Hex | 2D | AC | CA | 4E | F | 0 | 15 | BF | 40 | 30 |
| Octal | 55 | 254 | 312 | 116 | 17 | 0 | 25 | 277 | 100 | 60 |
| Binary | 101101 | 10101100 | 11001010 | 1001110 | 1111 | 0 | 10101 | 10111111 | 1000000 | 110000 |
Color Harmonies of #2DACCA
Complementary color
Monochromatic Colors of #2DACCA
Black with #2DACCA
Text Example
Text Example
White with #2DACCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DACCA; }
p { color: rgb(45,172,202); }
H1.HeaderClassName
{
color: #2DACCA;
}
.AnyTagClassName
{
color: #2DACCA;
}
</style>
background-color css
<style>
a { background-color: #2DACCA; }
a { background-color: rgb(45,172,202); }
div.DivClassName
{
background-color: #2DACCA;
}
.BgClassName
{
background-color: #2DACCA;
}
</style>
border-color css
<style>
span { border-color: #2DACCA; }
span { border-color: rgb(45,172,202); }
td.TdClassName
{
border-color: #2DACCA;
}
.TagClassName
{
border-color: #2DACCA;
}
</style>