Html Css Color HEX #2EBAEF Summer Sky

📋 copy color: '#2EBAEF'

red 46 ◦ green 186 ◦ blue 239

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

Shades of Summer Sky #2EBAEF

Tints of Summer Sky #2EBAEF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.49%

 BLUE value IS 239 (93.75% from 255) = 50.74%

R = 9.77%
G = 39.49%
B = 50.74%

CMYK

 C value IS 0.81

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2EBAEF (or 0x2EBAEF) is known color: Summer Sky. HEX triplet: 2E, BA and EF. RGB value is (46,186,239). Sum of RGB (Red+Green+Blue) = 46+186+239=471 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.77% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #2EBAEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EBAEF is #D14510. Grayscale: #959595. Windows color (decimal): -13714705 or 15710766. OLE color: 15710766.

HSL color Cylindrical-coordinate representation of color #2EBAEF: hue angle of 196.48º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EBAEF is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 46 186 239 -
CMYK 0.81 0.22 0 0.06
HSL 196.48º 0.86% 0.56% -
HSV(B) 196.48º 0.81% 0.94% -
XYZ 34.27 41.93 87.95 -
YUV 150.18 178.12 53.69 -
System Red Green Blue C M Y K H S L
Decimal 46 186 239 0.81 0.22 0 0.06 196.48 0.86 0.56
Hex 2E BA EF 51 16 0 6 C4 56 38
Octal 56 272 357 121 26 0 6 304 126 70
Binary 101110 10111010 11101111 1010001 10110 0 110 11000100 1010110 111000

Color Harmonies of #2EBAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBAEF

Black with #2EBAEF

Text Example


Text Example

White with #2EBAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,186,239); }

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

background-color css

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

 a { background-color: rgb(46,186,239); }

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

border-color css

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

 span { border-color: rgb(46,186,239); }

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