Html Css Color HEX #2EADDD Summer Sky

📋 copy color: '#2EADDD'

red 46 ◦ green 173 ◦ blue 221

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

Shades of Summer Sky #2EADDD

Tints of Summer Sky #2EADDD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.32%

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

R = 10.45%
G = 39.32%
B = 50.23%

CMYK

 C value IS 0.79

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2EADDD (or 0x2EADDD) is known color: Summer Sky. HEX triplet: 2E, AD and DD. RGB value is (46,173,221). Sum of RGB (Red+Green+Blue) = 46+173+221=440 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.45% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #2EADDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EADDD is #D15222. Grayscale: #8C8C8C. Windows color (decimal): -13718051 or 14527790. OLE color: 14527790.

HSL color Cylindrical-coordinate representation of color #2EADDD: hue angle of 196.46º 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 #2EADDD is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 173 221 -
CMYK 0.79 0.22 0 0.13
HSL 196.46º 0.72% 0.52% -
HSV(B) 196.46º 0.79% 0.87% -
XYZ 29.12 35.69 73.76 -
YUV 140.5 173.42 60.6 -
System Red Green Blue C M Y K H S L
Decimal 46 173 221 0.79 0.22 0 0.13 196.46 0.72 0.52
Hex 2E AD DD 4F 16 0 D C4 48 34
Octal 56 255 335 117 26 0 15 304 110 64
Binary 101110 10101101 11011101 1001111 10110 0 1101 11000100 1001000 110100

Color Harmonies of #2EADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EADDD

Black with #2EADDD

Text Example


Text Example

White with #2EADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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