Shades of Summer Sky #2DAECC
Tints of Summer Sky #2DAECC
RGB
CMYK
RGB Variations
Color information
#2DAECC (or 0x2DAECC) is known color: Summer Sky. HEX triplet: 2D, AE and CC. RGB value is (45,174,204). Sum of RGB (Red+Green+Blue) = 45+174+204=423 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.64% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #2DAECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DAECC is #D25133. Grayscale: #8A8A8A. Windows color (decimal): -13783348 or 13413933. OLE color: 13413933.
HSL color Cylindrical-coordinate representation of color #2DAECC: hue angle of 191.32º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DAECC is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 45 | 174 | 204 | - |
CMYK | 0.78 | 0.15 | 0 | 0.2 |
HSL | 191.32º | 0.64% | 0.49% | - |
HSV(B) | 191.32º | 0.78% | 0.8% | - |
XYZ | 27.12 | 35.19 | 62.49 | - |
YUV | 138.85 | 164.76 | 61.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 174 | 204 | 0.78 | 0.15 | 0 | 0.2 | 191.32 | 0.64 | 0.49 |
Hex | 2D | AE | CC | 4E | F | 0 | 14 | BF | 40 | 31 |
Octal | 55 | 256 | 314 | 116 | 17 | 0 | 24 | 277 | 100 | 61 |
Binary | 101101 | 10101110 | 11001100 | 1001110 | 1111 | 0 | 10100 | 10111111 | 1000000 | 110001 |
Color Harmonies of #2DAECC
Complementary color
Monochromatic Colors of #2DAECC
Black with #2DAECC
Text Example
Text Example
White with #2DAECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAECC; }
p { color: rgb(45,174,204); }
H1.HeaderClassName
{
color: #2DAECC;
}
.AnyTagClassName
{
color: #2DAECC;
}
</style>
background-color css
<style>
a { background-color: #2DAECC; }
a { background-color: rgb(45,174,204); }
div.DivClassName
{
background-color: #2DAECC;
}
.BgClassName
{
background-color: #2DAECC;
}
</style>
border-color css
<style>
span { border-color: #2DAECC; }
span { border-color: rgb(45,174,204); }
td.TdClassName
{
border-color: #2DAECC;
}
.TagClassName
{
border-color: #2DAECC;
}
</style>