Shades of Summer Sky #2DCCEA
Tints of Summer Sky #2DCCEA
RGB
CMYK
RGB Variations
Color information
#2DCCEA (or 0x2DCCEA) is known color: Summer Sky. HEX triplet: 2D, CC and EA. RGB value is (45,204,234). Sum of RGB (Red+Green+Blue) = 45+204+234=483 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.32% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #2DCCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DCCEA is #D23315. Grayscale: #9F9F9F. Windows color (decimal): -13775638 or 15387693. OLE color: 15387693.
HSL color Cylindrical-coordinate representation of color #2DCCEA: hue angle of 189.52º 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 #2DCCEA is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 204 | 234 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.08 |
| HSL | 189.52º | 0.82% | 0.55% | - |
| HSV(B) | 189.52º | 0.81% | 0.92% | - |
| XYZ | 37.53 | 49.68 | 85.45 | - |
| YUV | 159.88 | 169.82 | 46.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 204 | 234 | 0.81 | 0.13 | 0 | 0.08 | 189.52 | 0.82 | 0.55 |
| Hex | 2D | CC | EA | 51 | D | 0 | 8 | BE | 52 | 37 |
| Octal | 55 | 314 | 352 | 121 | 15 | 0 | 10 | 276 | 122 | 67 |
| Binary | 101101 | 11001100 | 11101010 | 1010001 | 1101 | 0 | 1000 | 10111110 | 1010010 | 110111 |
Color Harmonies of #2DCCEA
Complementary color
Monochromatic Colors of #2DCCEA
Black with #2DCCEA
Text Example
Text Example
White with #2DCCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCCEA; }
p { color: rgb(45,204,234); }
H1.HeaderClassName
{
color: #2DCCEA;
}
.AnyTagClassName
{
color: #2DCCEA;
}
</style>
background-color css
<style>
a { background-color: #2DCCEA; }
a { background-color: rgb(45,204,234); }
div.DivClassName
{
background-color: #2DCCEA;
}
.BgClassName
{
background-color: #2DCCEA;
}
</style>
border-color css
<style>
span { border-color: #2DCCEA; }
span { border-color: rgb(45,204,234); }
td.TdClassName
{
border-color: #2DCCEA;
}
.TagClassName
{
border-color: #2DCCEA;
}
</style>