Html Css Color HEX #2EBEED Summer Sky

📋 copy color: '#2EBEED'

red 46 ◦ green 190 ◦ blue 237

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

Shades of Summer Sky #2EBEED

Tints of Summer Sky #2EBEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.11%

R = 9.73%
G = 40.17%
B = 50.11%

CMYK

 C value IS 0.81

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2EBEED (or 0x2EBEED) is known color: Summer Sky. HEX triplet: 2E, BE and ED. RGB value is (46,190,237). Sum of RGB (Red+Green+Blue) = 46+190+237=473 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.73% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #2EBEED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EBEED is #D14112. Grayscale: #979797. Windows color (decimal): -13713683 or 15580718. OLE color: 15580718.

HSL color Cylindrical-coordinate representation of color #2EBEED: hue angle of 194.76º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EBEED is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 190 237 -
CMYK 0.81 0.20 0 0.07
HSL 194.76º 0.84% 0.55% -
HSV(B) 194.76º 0.81% 0.93% -
XYZ 34.83 43.52 86.69 -
YUV 152.3 175.79 52.18 -
System Red Green Blue C M Y K H S L
Decimal 46 190 237 0.81 0.20 0 0.07 194.76 0.84 0.55
Hex 2E BE ED 51 14 0 7 C3 54 37
Octal 56 276 355 121 24 0 7 303 124 67
Binary 101110 10111110 11101101 1010001 10100 0 111 11000011 1010100 110111

Color Harmonies of #2EBEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBEED

Black with #2EBEED

Text Example


Text Example

White with #2EBEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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