Html Css Color HEX #2E9BEA Summer Sky

📋 copy color: '#2E9BEA'

red 46 ◦ green 155 ◦ blue 234

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

Shades of Summer Sky #2E9BEA

Tints of Summer Sky #2E9BEA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.63%

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

R = 10.57%
G = 35.63%
B = 53.79%

CMYK

 C value IS 0.80

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2E9BEA (or 0x2E9BEA) is known color: Summer Sky. HEX triplet: 2E, 9B and EA. RGB value is (46,155,234). Sum of RGB (Red+Green+Blue) = 46+155+234=435 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.57% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #2E9BEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E9BEA is #D16415. Grayscale: #828282. Windows color (decimal): -13722646 or 15375150. OLE color: 15375150.

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

Color convert

RGB 46 155 234 -
CMYK 0.80 0.34 0 0.08
HSL 205.21º 0.82% 0.55% -
HSV(B) 205.21º 0.8% 0.92% -
XYZ 27.7 29.96 82.17 -
YUV 131.42 185.89 67.08 -
System Red Green Blue C M Y K H S L
Decimal 46 155 234 0.80 0.34 0 0.08 205.21 0.82 0.55
Hex 2E 9B EA 50 22 0 8 CD 52 37
Octal 56 233 352 120 42 0 10 315 122 67
Binary 101110 10011011 11101010 1010000 100010 0 1000 11001101 1010010 110111

Color Harmonies of #2E9BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9BEA

Black with #2E9BEA

Text Example


Text Example

White with #2E9BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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