Shades of Summer Sky #2DC8EA
Tints of Summer Sky #2DC8EA
RGB
CMYK
RGB Variations
Color information
#2DC8EA (or 0x2DC8EA) is known color: Summer Sky. HEX triplet: 2D, C8 and EA. RGB value is (45,200,234). Sum of RGB (Red+Green+Blue) = 45+200+234=479 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.39% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #2DC8EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DC8EA is #D23715. Grayscale: #9D9D9D. Windows color (decimal): -13776662 or 15386669. OLE color: 15386669.
HSL color Cylindrical-coordinate representation of color #2DC8EA: hue angle of 190.79º 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 #2DC8EA is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 200 | 234 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.08 |
| HSL | 190.79º | 0.82% | 0.55% | - |
| HSV(B) | 190.79º | 0.81% | 0.92% | - |
| XYZ | 36.59 | 47.81 | 85.14 | - |
| YUV | 157.53 | 171.15 | 47.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 200 | 234 | 0.81 | 0.15 | 0 | 0.08 | 190.79 | 0.82 | 0.55 |
| Hex | 2D | C8 | EA | 51 | F | 0 | 8 | BF | 52 | 37 |
| Octal | 55 | 310 | 352 | 121 | 17 | 0 | 10 | 277 | 122 | 67 |
| Binary | 101101 | 11001000 | 11101010 | 1010001 | 1111 | 0 | 1000 | 10111111 | 1010010 | 110111 |
Color Harmonies of #2DC8EA
Complementary color
Monochromatic Colors of #2DC8EA
Black with #2DC8EA
Text Example
Text Example
White with #2DC8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC8EA; }
p { color: rgb(45,200,234); }
H1.HeaderClassName
{
color: #2DC8EA;
}
.AnyTagClassName
{
color: #2DC8EA;
}
</style>
background-color css
<style>
a { background-color: #2DC8EA; }
a { background-color: rgb(45,200,234); }
div.DivClassName
{
background-color: #2DC8EA;
}
.BgClassName
{
background-color: #2DC8EA;
}
</style>
border-color css
<style>
span { border-color: #2DC8EA; }
span { border-color: rgb(45,200,234); }
td.TdClassName
{
border-color: #2DC8EA;
}
.TagClassName
{
border-color: #2DC8EA;
}
</style>