Html Css Color HEX #2ECDE6 Summer Sky

📋 copy color: '#2ECDE6'

red 46 ◦ green 205 ◦ blue 230

#2ECDE6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #2ECDE6

Tints of Summer Sky #2ECDE6

RGB

 RED value IS 46 (18.36% from 255) = 9.56%

 GREEN value IS 205 (80.47% from 255) = 42.62%

 BLUE value IS 230 (90.23% from 255) = 47.82%

R = 9.56%
G = 42.62%
B = 47.82%

CMYK

 C value IS 0.8

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#2ECDE6 (or 0x2ECDE6) is known color: Summer Sky. HEX triplet: 2E, CD and E6. RGB value is (46,205,230). Sum of RGB (Red+Green+Blue) = 46+205+230=481 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.56% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 230 (90.23% from 255 or 47.82% from 481); Max value from RGB is 230 - color contains mainly: blue. Hex color #2ECDE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ECDE6 is #D13219. Grayscale: #A0A0A0. Windows color (decimal): -13709850 or 15125806. OLE color: 15125806.

HSL color Cylindrical-coordinate representation of color #2ECDE6: hue angle of 188.15º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ECDE6 is Cyan = 0.8, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 46 205 230 -
CMYK 0.8 0.11 0 0.10
HSL 188.15º 0.79% 0.54% -
HSV(B) 188.15º 0.8% 0.9% -
XYZ 37.24 49.96 82.54 -
YUV 160.31 167.32 46.47 -
System Red Green Blue C M Y K H S L
Decimal 46 205 230 0.8 0.11 0 0.10 188.15 0.79 0.54
Hex 2E CD E6 50 B 0 A BC 4F 36
Octal 56 315 346 120 13 0 12 274 117 66
Binary 101110 11001101 11100110 1010000 1011 0 1010 10111100 1001111 110110

Color Harmonies of #2ECDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECDE6

Black with #2ECDE6

Text Example


Text Example

White with #2ECDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,205,230); }

 H1.HeaderClassName
 {
   color: #2ECDE6;
 }
 .AnyTagClassName
 {
   color: #2ECDE6;
 }
</style>

background-color css

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

 a { background-color: rgb(46,205,230); }

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

border-color css

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

 span { border-color: rgb(46,205,230); }

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