Html Css Color HEX #2EBBEE Summer Sky

📋 copy color: '#2EBBEE'

red 46 ◦ green 187 ◦ blue 238

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

Shades of Summer Sky #2EBBEE

Tints of Summer Sky #2EBBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.53%

R = 9.77%
G = 39.7%
B = 50.53%

CMYK

 C value IS 0.81

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2EBBEE (or 0x2EBBEE) is known color: Summer Sky. HEX triplet: 2E, BB and EE. RGB value is (46,187,238). Sum of RGB (Red+Green+Blue) = 46+187+238=471 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.77% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #2EBBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EBBEE is #D14411. Grayscale: #969696. Windows color (decimal): -13714450 or 15645486. OLE color: 15645486.

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

Color convert

RGB 46 187 238 -
CMYK 0.81 0.21 0 0.07
HSL 195.94º 0.85% 0.56% -
HSV(B) 195.94º 0.81% 0.93% -
XYZ 34.33 42.29 87.24 -
YUV 150.66 177.29 53.35 -
System Red Green Blue C M Y K H S L
Decimal 46 187 238 0.81 0.21 0 0.07 195.94 0.85 0.56
Hex 2E BB EE 51 15 0 7 C4 55 38
Octal 56 273 356 121 25 0 7 304 125 70
Binary 101110 10111011 11101110 1010001 10101 0 111 11000100 1010101 111000

Color Harmonies of #2EBBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBBEE

Black with #2EBBEE

Text Example


Text Example

White with #2EBBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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