Html Css Color HEX #2EB6CE Summer Sky

📋 copy color: '#2EB6CE'

red 46 ◦ green 182 ◦ blue 206

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

Shades of Summer Sky #2EB6CE

Tints of Summer Sky #2EB6CE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.94%

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

R = 10.6%
G = 41.94%
B = 47.47%

CMYK

 C value IS 0.78

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2EB6CE (or 0x2EB6CE) is known color: Summer Sky. HEX triplet: 2E, B6 and CE. RGB value is (46,182,206). Sum of RGB (Red+Green+Blue) = 46+182+206=434 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.60% from 434); Green value is 182 (71.48% from 255 or 41.94% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #2EB6CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EB6CE is #D14931. Grayscale: #8F8F8F. Windows color (decimal): -13715762 or 13547054. OLE color: 13547054.

HSL color Cylindrical-coordinate representation of color #2EB6CE: hue angle of 189º 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 #2EB6CE is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 46 182 206 -
CMYK 0.78 0.12 0 0.19
HSL 189º 0.63% 0.49% -
HSV(B) 189º 0.78% 0.81% -
XYZ 29 38.49 64.29 -
YUV 144.07 162.94 58.05 -
System Red Green Blue C M Y K H S L
Decimal 46 182 206 0.78 0.12 0 0.19 189 0.63 0.49
Hex 2E B6 CE 4E C 0 13 BD 3F 31
Octal 56 266 316 116 14 0 23 275 77 61
Binary 101110 10110110 11001110 1001110 1100 0 10011 10111101 111111 110001

Color Harmonies of #2EB6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB6CE

Black with #2EB6CE

Text Example


Text Example

White with #2EB6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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