#2EBDD4

Color #2EBDD4 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #2EBDD4

Tints of Summer Sky #2EBDD4

Color information

#2EBDD4 (or 0x2EBDD4) is unknown color: approx Summer Sky. HEX triplet: 2E, BD and D4. RGB value is (46,189,212). Sum of RGB (Red+Green+Blue) = 46+189+212=447 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.29% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 212 (83.20% from 255 or 47.43% from 447); Max value from RGB is 212 - color contains mainly: blue. Hex color #2EBDD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBDD4 is #D1422B. Grayscale: #949494. Windows color (decimal): -13713964 or 13942062. OLE color: 13942062.

HSL color Cylindrical-coordinate representation of color #2EBDD4: hue angle of 188.31º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2EBDD4 is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB46189212-
CMYK0.780.1100.17
HSL188.31º65.87%50.59%-
HSV(B)188.31º78.3%83.14%-
XYZ31.2141.7368.7-
YUV148.86163.6254.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 10.29%
GREEN value IS 189 (74.22% from 255) = 42.28%
BLUE value IS 212 (83.20% from 255) = 47.43%
R=10.29%
G=42.28%
B=47.43%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal461892120.780.1100.17188.3165.8750.59
Hex2EBDD44EB011bc4233
Octal562753241161302127410263
Binary101110101111011101010010011101011010001101111001000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2EBDD4; }

 p { color: rgb(46,189,212); }

 H1.HeaderClassName
 {
   color: #2EBDD4;
 }
 .AnyTagClassName
 {
   color: #2EBDD4;
 }
</style>
background-color css

<style>
 a { background-color: #2EBDD4; }

 a { background-color: rgb(46,189,212); }

 div.DivClassName
 {
   background-color: #2EBDD4;
 }
 .BgClassName
 {
   background-color: #2EBDD4;
 }
</style>
border-color css

<style>
 span { border-color: #2EBDD4; }

 span { border-color: rgb(46,189,212); }

 td.TdClassName
 {
   border-color: #2EBDD4;
 }
 .TagClassName
 {
   border-color: #2EBDD4;
 }
</style>