Html Css Color HEX #2EBCCE Summer Sky

📋 copy color: '#2EBCCE'

red 46 ◦ green 188 ◦ blue 206

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

Shades of Summer Sky #2EBCCE

Tints of Summer Sky #2EBCCE

RGB

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

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

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

R = 10.45%
G = 42.73%
B = 46.82%

CMYK

 C value IS 0.78

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2EBCCE (or 0x2EBCCE) is known color: Summer Sky. HEX triplet: 2E, BC and CE. RGB value is (46,188,206). Sum of RGB (Red+Green+Blue) = 46+188+206=440 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.45% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #2EBCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBCCE is #D14331. Grayscale: #939393. Windows color (decimal): -13714226 or 13548590. OLE color: 13548590.

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

Color convert

RGB 46 188 206 -
CMYK 0.78 0.09 0 0.19
HSL 186.75º 0.63% 0.49% -
HSV(B) 186.75º 0.78% 0.81% -
XYZ 30.25 41 64.71 -
YUV 147.59 160.96 55.54 -
System Red Green Blue C M Y K H S L
Decimal 46 188 206 0.78 0.09 0 0.19 186.75 0.63 0.49
Hex 2E BC CE 4E 9 0 13 BB 3F 31
Octal 56 274 316 116 11 0 23 273 77 61
Binary 101110 10111100 11001110 1001110 1001 0 10011 10111011 111111 110001

Color Harmonies of #2EBCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBCCE

Black with #2EBCCE

Text Example


Text Example

White with #2EBCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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