Html Css Color HEX #2EC9EA Summer Sky

📋 copy color: '#2EC9EA'

red 46 ◦ green 201 ◦ blue 234

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

Shades of Summer Sky #2EC9EA

Tints of Summer Sky #2EC9EA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.79%

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

R = 9.56%
G = 41.79%
B = 48.65%

CMYK

 C value IS 0.80

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2EC9EA (or 0x2EC9EA) is known color: Summer Sky. HEX triplet: 2E, C9 and EA. RGB value is (46,201,234). Sum of RGB (Red+Green+Blue) = 46+201+234=481 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.56% from 481); Green value is 201 (78.91% from 255 or 41.79% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #2EC9EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EC9EA is #D13615. Grayscale: #9E9E9E. Windows color (decimal): -13710870 or 15386926. OLE color: 15386926.

HSL color Cylindrical-coordinate representation of color #2EC9EA: hue angle of 190.53º 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 #2EC9EA is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 201 234 -
CMYK 0.80 0.14 0 0.08
HSL 190.53º 0.82% 0.55% -
HSV(B) 190.53º 0.8% 0.92% -
XYZ 36.86 48.29 85.22 -
YUV 158.42 170.65 47.82 -
System Red Green Blue C M Y K H S L
Decimal 46 201 234 0.80 0.14 0 0.08 190.53 0.82 0.55
Hex 2E C9 EA 50 E 0 8 BF 52 37
Octal 56 311 352 120 16 0 10 277 122 67
Binary 101110 11001001 11101010 1010000 1110 0 1000 10111111 1010010 110111

Color Harmonies of #2EC9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC9EA

Black with #2EC9EA

Text Example


Text Example

White with #2EC9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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