Html Css Color HEX #2EC1DD Summer Sky

📋 copy color: '#2EC1DD'

red 46 ◦ green 193 ◦ blue 221

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

Shades of Summer Sky #2EC1DD

Tints of Summer Sky #2EC1DD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.96%

 BLUE value IS 221 (86.72% from 255) = 48.04%

R = 10%
G = 41.96%
B = 48.04%

CMYK

 C value IS 0.79

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2EC1DD (or 0x2EC1DD) is known color: Summer Sky. HEX triplet: 2E, C1 and DD. RGB value is (46,193,221). Sum of RGB (Red+Green+Blue) = 46+193+221=460 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #2EC1DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC1DD is #D13E22. Grayscale: #979797. Windows color (decimal): -13712931 or 14532910. OLE color: 14532910.

HSL color Cylindrical-coordinate representation of color #2EC1DD: hue angle of 189.6º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EC1DD is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 193 221 -
CMYK 0.79 0.13 0 0.13
HSL 189.6º 0.72% 0.52% -
HSV(B) 189.6º 0.79% 0.87% -
XYZ 33.25 43.94 75.14 -
YUV 152.24 166.8 52.22 -
System Red Green Blue C M Y K H S L
Decimal 46 193 221 0.79 0.13 0 0.13 189.6 0.72 0.52
Hex 2E C1 DD 4F D 0 D BE 48 34
Octal 56 301 335 117 15 0 15 276 110 64
Binary 101110 11000001 11011101 1001111 1101 0 1101 10111110 1001000 110100

Color Harmonies of #2EC1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC1DD

Black with #2EC1DD

Text Example


Text Example

White with #2EC1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,193,221); }

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

background-color css

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

 a { background-color: rgb(46,193,221); }

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

border-color css

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

 span { border-color: rgb(46,193,221); }

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