Html Css Color HEX #2EA2EB Summer Sky

📋 copy color: '#2EA2EB'

red 46 ◦ green 162 ◦ blue 235

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

Shades of Summer Sky #2EA2EB

Tints of Summer Sky #2EA2EB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.57%

 BLUE value IS 235 (92.19% from 255) = 53.05%

R = 10.38%
G = 36.57%
B = 53.05%

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

#2EA2EB (or 0x2EA2EB) is known color: Summer Sky. HEX triplet: 2E, A2 and EB. RGB value is (46,162,235). Sum of RGB (Red+Green+Blue) = 46+162+235=443 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.38% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 235 (92.19% from 255 or 53.05% from 443); Max value from RGB is 235 - color contains mainly: blue. Hex color #2EA2EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2EA2EB is #D15D14. Grayscale: #878787. Windows color (decimal): -13720853 or 15442478. OLE color: 15442478.

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

Color convert

RGB 46 162 235 -
CMYK 0.80 0.31 0 0.08
HSL 203.17º 0.83% 0.55% -
HSV(B) 203.17º 0.8% 0.92% -
XYZ 29.04 32.42 83.32 -
YUV 135.64 184.07 64.06 -
System Red Green Blue C M Y K H S L
Decimal 46 162 235 0.80 0.31 0 0.08 203.17 0.83 0.55
Hex 2E A2 EB 50 1F 0 8 CB 53 37
Octal 56 242 353 120 37 0 10 313 123 67
Binary 101110 10100010 11101011 1010000 11111 0 1000 11001011 1010011 110111

Color Harmonies of #2EA2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA2EB

Black with #2EA2EB

Text Example


Text Example

White with #2EA2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,162,235); }

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

background-color css

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

 a { background-color: rgb(46,162,235); }

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

border-color css

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

 span { border-color: rgb(46,162,235); }

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