Html Css Color HEX #2EA1EA Summer Sky

📋 copy color: '#2EA1EA'

red 46 ◦ green 161 ◦ blue 234

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

Shades of Summer Sky #2EA1EA

Tints of Summer Sky #2EA1EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.06%

R = 10.43%
G = 36.51%
B = 53.06%

CMYK

 C value IS 0.80

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2EA1EA (or 0x2EA1EA) is known color: Summer Sky. HEX triplet: 2E, A1 and EA. RGB value is (46,161,234). Sum of RGB (Red+Green+Blue) = 46+161+234=441 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.43% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #2EA1EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2EA1EA is #D15E15. Grayscale: #868686. Windows color (decimal): -13721110 or 15376686. OLE color: 15376686.

HSL color Cylindrical-coordinate representation of color #2EA1EA: hue angle of 203.3º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EA1EA is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 161 234 -
CMYK 0.80 0.31 0 0.08
HSL 203.3º 0.82% 0.55% -
HSV(B) 203.3º 0.8% 0.92% -
XYZ 28.72 32.01 82.51 -
YUV 134.94 183.9 64.56 -
System Red Green Blue C M Y K H S L
Decimal 46 161 234 0.80 0.31 0 0.08 203.3 0.82 0.55
Hex 2E A1 EA 50 1F 0 8 CB 52 37
Octal 56 241 352 120 37 0 10 313 122 67
Binary 101110 10100001 11101010 1010000 11111 0 1000 11001011 1010010 110111

Color Harmonies of #2EA1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA1EA

Black with #2EA1EA

Text Example


Text Example

White with #2EA1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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