Html Css Color HEX #2EBDCE Summer Sky

📋 copy color: '#2EBDCE'

red 46 ◦ green 189 ◦ blue 206

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

Shades of Summer Sky #2EBDCE

Tints of Summer Sky #2EBDCE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.86%

 BLUE value IS 206 (80.86% from 255) = 46.71%

R = 10.43%
G = 42.86%
B = 46.71%

CMYK

 C value IS 0.78

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2EBDCE (or 0x2EBDCE) is known color: Summer Sky. HEX triplet: 2E, BD and CE. RGB value is (46,189,206). Sum of RGB (Red+Green+Blue) = 46+189+206=441 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.43% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #2EBDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBDCE is #D14231. Grayscale: #939393. Windows color (decimal): -13713970 or 13548846. OLE color: 13548846.

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

Color convert

RGB 46 189 206 -
CMYK 0.78 0.08 0 0.19
HSL 186.38º 0.63% 0.49% -
HSV(B) 186.38º 0.78% 0.81% -
XYZ 30.46 41.43 64.78 -
YUV 148.18 160.62 55.12 -
System Red Green Blue C M Y K H S L
Decimal 46 189 206 0.78 0.08 0 0.19 186.38 0.63 0.49
Hex 2E BD CE 4E 8 0 13 BA 3F 31
Octal 56 275 316 116 10 0 23 272 77 61
Binary 101110 10111101 11001110 1001110 1000 0 10011 10111010 111111 110001

Color Harmonies of #2EBDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBDCE

Black with #2EBDCE

Text Example


Text Example

White with #2EBDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,189,206); }

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

background-color css

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

 a { background-color: rgb(46,189,206); }

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

border-color css

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

 span { border-color: rgb(46,189,206); }

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