Html Css Color HEX #2EBBEF Summer Sky

📋 copy color: '#2EBBEF'

red 46 ◦ green 187 ◦ blue 239

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

Shades of Summer Sky #2EBBEF

Tints of Summer Sky #2EBBEF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.62%

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

R = 9.75%
G = 39.62%
B = 50.64%

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

#2EBBEF (or 0x2EBBEF) is known color: Summer Sky. HEX triplet: 2E, BB and EF. RGB value is (46,187,239). Sum of RGB (Red+Green+Blue) = 46+187+239=472 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.75% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #2EBBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EBBEF is #D14410. Grayscale: #969696. Windows color (decimal): -13714449 or 15711022. OLE color: 15711022.

HSL color Cylindrical-coordinate representation of color #2EBBEF: hue angle of 196.17º 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 #2EBBEF is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 46 187 239 -
CMYK 0.81 0.22 0 0.06
HSL 196.17º 0.86% 0.56% -
HSV(B) 196.17º 0.81% 0.94% -
XYZ 34.48 42.35 88.02 -
YUV 150.77 177.79 53.27 -
System Red Green Blue C M Y K H S L
Decimal 46 187 239 0.81 0.22 0 0.06 196.17 0.86 0.56
Hex 2E BB EF 51 16 0 6 C4 56 38
Octal 56 273 357 121 26 0 6 304 126 70
Binary 101110 10111011 11101111 1010001 10110 0 110 11000100 1010110 111000

Color Harmonies of #2EBBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBBEF

Black with #2EBBEF

Text Example


Text Example

White with #2EBBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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