Html Css Color HEX #2EBCC8 Summer Sky

📋 copy color: '#2EBCC8'

red 46 ◦ green 188 ◦ blue 200

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

Shades of Summer Sky #2EBCC8

Tints of Summer Sky #2EBCC8

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.32%

 BLUE value IS 200 (78.52% from 255) = 46.08%

R = 10.6%
G = 43.32%
B = 46.08%

CMYK

 C value IS 0.77

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#2EBCC8 (or 0x2EBCC8) is known color: Summer Sky. HEX triplet: 2E, BC and C8. RGB value is (46,188,200). Sum of RGB (Red+Green+Blue) = 46+188+200=434 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.60% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 200 (78.52% from 255 or 46.08% from 434); Max value from RGB is 200 - color contains mainly: blue. Hex color #2EBCC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBCC8 is #D14337. Grayscale: #929292. Windows color (decimal): -13714232 or 13155374. OLE color: 13155374.

HSL color Cylindrical-coordinate representation of color #2EBCC8: hue angle of 184.68º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EBCC8 is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 46 188 200 -
CMYK 0.77 0.06 0 0.22
HSL 184.68º 0.63% 0.48% -
HSV(B) 184.68º 0.77% 0.78% -
XYZ 29.54 40.72 60.95 -
YUV 146.91 157.96 56.02 -
System Red Green Blue C M Y K H S L
Decimal 46 188 200 0.77 0.06 0 0.22 184.68 0.63 0.48
Hex 2E BC C8 4D 6 0 16 B9 3F 30
Octal 56 274 310 115 6 0 26 271 77 60
Binary 101110 10111100 11001000 1001101 110 0 10110 10111001 111111 110000

Color Harmonies of #2EBCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBCC8

Black with #2EBCC8

Text Example


Text Example

White with #2EBCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,188,200); }

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

background-color css

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

 a { background-color: rgb(46,188,200); }

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

border-color css

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

 span { border-color: rgb(46,188,200); }

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