Html Css Color HEX #2EBEEA Summer Sky

📋 copy color: '#2EBEEA'

red 46 ◦ green 190 ◦ blue 234

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

Shades of Summer Sky #2EBEEA

Tints of Summer Sky #2EBEEA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.43%

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

R = 9.79%
G = 40.43%
B = 49.79%

CMYK

 C value IS 0.80

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2EBEEA (or 0x2EBEEA) is known color: Summer Sky. HEX triplet: 2E, BE and EA. RGB value is (46,190,234). Sum of RGB (Red+Green+Blue) = 46+190+234=470 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.79% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #2EBEEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EBEEA is #D14115. Grayscale: #979797. Windows color (decimal): -13713686 or 15384110. OLE color: 15384110.

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

Color convert

RGB 46 190 234 -
CMYK 0.80 0.19 0 0.08
HSL 194.04º 0.82% 0.55% -
HSV(B) 194.04º 0.8% 0.92% -
XYZ 34.39 43.35 84.4 -
YUV 151.96 174.29 52.42 -
System Red Green Blue C M Y K H S L
Decimal 46 190 234 0.80 0.19 0 0.08 194.04 0.82 0.55
Hex 2E BE EA 50 13 0 8 C2 52 37
Octal 56 276 352 120 23 0 10 302 122 67
Binary 101110 10111110 11101010 1010000 10011 0 1000 11000010 1010010 110111

Color Harmonies of #2EBEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBEEA

Black with #2EBEEA

Text Example


Text Example

White with #2EBEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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