Html Css Color HEX #2EBACD Summer Sky

📋 copy color: '#2EBACD'

red 46 ◦ green 186 ◦ blue 205

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

Shades of Summer Sky #2EBACD

Tints of Summer Sky #2EBACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.91%

R = 10.53%
G = 42.56%
B = 46.91%

CMYK

 C value IS 0.78

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2EBACD (or 0x2EBACD) is known color: Summer Sky. HEX triplet: 2E, BA and CD. RGB value is (46,186,205). Sum of RGB (Red+Green+Blue) = 46+186+205=437 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.53% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #2EBACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBACD is #D14532. Grayscale: #929292. Windows color (decimal): -13714739 or 13482542. OLE color: 13482542.

HSL color Cylindrical-coordinate representation of color #2EBACD: hue angle of 187.17º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2EBACD is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 46 186 205 -
CMYK 0.78 0.09 0 0.20
HSL 187.17º 0.63% 0.49% -
HSV(B) 187.17º 0.78% 0.8% -
XYZ 29.71 40.11 63.93 -
YUV 146.31 161.12 56.46 -
System Red Green Blue C M Y K H S L
Decimal 46 186 205 0.78 0.09 0 0.20 187.17 0.63 0.49
Hex 2E BA CD 4E 9 0 14 BB 3F 31
Octal 56 272 315 116 11 0 24 273 77 61
Binary 101110 10111010 11001101 1001110 1001 0 10100 10111011 111111 110001

Color Harmonies of #2EBACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBACD

Black with #2EBACD

Text Example


Text Example

White with #2EBACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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