Html Css Color HEX #2EB9E2 Summer Sky

📋 copy color: '#2EB9E2'

red 46 ◦ green 185 ◦ blue 226

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

Shades of Summer Sky #2EB9E2

Tints of Summer Sky #2EB9E2

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.48%

 BLUE value IS 226 (88.67% from 255) = 49.45%

R = 10.07%
G = 40.48%
B = 49.45%

CMYK

 C value IS 0.80

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#2EB9E2 (or 0x2EB9E2) is known color: Summer Sky. HEX triplet: 2E, B9 and E2. RGB value is (46,185,226). Sum of RGB (Red+Green+Blue) = 46+185+226=457 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.07% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 226 (88.67% from 255 or 49.45% from 457); Max value from RGB is 226 - color contains mainly: blue. Hex color #2EB9E2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EB9E2 is #D1461D. Grayscale: #939393. Windows color (decimal): -13714974 or 14858542. OLE color: 14858542.

HSL color Cylindrical-coordinate representation of color #2EB9E2: hue angle of 193.67º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EB9E2 is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 46 185 226 -
CMYK 0.80 0.18 0 0.11
HSL 193.67º 0.76% 0.53% -
HSV(B) 193.67º 0.8% 0.89% -
XYZ 32.2 40.77 78.12 -
YUV 148.11 171.95 55.17 -
System Red Green Blue C M Y K H S L
Decimal 46 185 226 0.80 0.18 0 0.11 193.67 0.76 0.53
Hex 2E B9 E2 50 12 0 B C2 4C 35
Octal 56 271 342 120 22 0 13 302 114 65
Binary 101110 10111001 11100010 1010000 10010 0 1011 11000010 1001100 110101

Color Harmonies of #2EB9E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB9E2

Black with #2EB9E2

Text Example


Text Example

White with #2EB9E2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,185,226); }

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

background-color css

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

 a { background-color: rgb(46,185,226); }

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

border-color css

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

 span { border-color: rgb(46,185,226); }

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