Html Css Color HEX #2EA1CA Summer Sky

📋 copy color: '#2EA1CA'

red 46 ◦ green 161 ◦ blue 202

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

Shades of Summer Sky #2EA1CA

Tints of Summer Sky #2EA1CA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.36%

 BLUE value IS 202 (79.3% from 255) = 49.39%

R = 11.25%
G = 39.36%
B = 49.39%

CMYK

 C value IS 0.77

 M value IS 0.20

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2EA1CA (or 0x2EA1CA) is known color: Summer Sky. HEX triplet: 2E, A1 and CA. RGB value is (46,161,202). Sum of RGB (Red+Green+Blue) = 46+161+202=409 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.25% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #2EA1CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EA1CA is #D15E35. Grayscale: #838383. Windows color (decimal): -13721142 or 13279534. OLE color: 13279534.

HSL color Cylindrical-coordinate representation of color #2EA1CA: hue angle of 195.77º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EA1CA is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 46 161 202 -
CMYK 0.77 0.20 0 0.21
HSL 195.77º 0.63% 0.49% -
HSV(B) 195.77º 0.77% 0.79% -
XYZ 24.53 30.33 60.44 -
YUV 131.29 167.9 67.17 -
System Red Green Blue C M Y K H S L
Decimal 46 161 202 0.77 0.20 0 0.21 195.77 0.63 0.49
Hex 2E A1 CA 4D 14 0 15 C4 3F 31
Octal 56 241 312 115 24 0 25 304 77 61
Binary 101110 10100001 11001010 1001101 10100 0 10101 11000100 111111 110001

Color Harmonies of #2EA1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA1CA

Black with #2EA1CA

Text Example


Text Example

White with #2EA1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,161,202); }

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

background-color css

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

 a { background-color: rgb(46,161,202); }

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

border-color css

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

 span { border-color: rgb(46,161,202); }

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