Shades of Summer Sky #2DCEEA
Tints of Summer Sky #2DCEEA
RGB
CMYK
RGB Variations
Color information
#2DCEEA (or 0x2DCEEA) is known color: Summer Sky. HEX triplet: 2D, CE and EA. RGB value is (45,206,234). Sum of RGB (Red+Green+Blue) = 45+206+234=485 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.28% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #2DCEEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DCEEA is #D23115. Grayscale: #A0A0A0. Windows color (decimal): -13775126 or 15388205. OLE color: 15388205.
HSL color Cylindrical-coordinate representation of color #2DCEEA: hue angle of 188.89º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DCEEA is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 206 | 234 | - |
| CMYK | 0.81 | 0.12 | 0 | 0.08 |
| HSL | 188.89º | 0.82% | 0.55% | - |
| HSV(B) | 188.89º | 0.81% | 0.92% | - |
| XYZ | 38 | 50.64 | 85.61 | - |
| YUV | 161.05 | 169.16 | 45.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 206 | 234 | 0.81 | 0.12 | 0 | 0.08 | 188.89 | 0.82 | 0.55 |
| Hex | 2D | CE | EA | 51 | C | 0 | 8 | BD | 52 | 37 |
| Octal | 55 | 316 | 352 | 121 | 14 | 0 | 10 | 275 | 122 | 67 |
| Binary | 101101 | 11001110 | 11101010 | 1010001 | 1100 | 0 | 1000 | 10111101 | 1010010 | 110111 |
Color Harmonies of #2DCEEA
Complementary color
Monochromatic Colors of #2DCEEA
Black with #2DCEEA
Text Example
Text Example
White with #2DCEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCEEA; }
p { color: rgb(45,206,234); }
H1.HeaderClassName
{
color: #2DCEEA;
}
.AnyTagClassName
{
color: #2DCEEA;
}
</style>
background-color css
<style>
a { background-color: #2DCEEA; }
a { background-color: rgb(45,206,234); }
div.DivClassName
{
background-color: #2DCEEA;
}
.BgClassName
{
background-color: #2DCEEA;
}
</style>
border-color css
<style>
span { border-color: #2DCEEA; }
span { border-color: rgb(45,206,234); }
td.TdClassName
{
border-color: #2DCEEA;
}
.TagClassName
{
border-color: #2DCEEA;
}
</style>