Html Css Color HEX #2EBCCB Summer Sky

📋 copy color: '#2EBCCB'

red 46 ◦ green 188 ◦ blue 203

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

Shades of Summer Sky #2EBCCB

Tints of Summer Sky #2EBCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.45%

R = 10.53%
G = 43.02%
B = 46.45%

CMYK

 C value IS 0.77

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2EBCCB (or 0x2EBCCB) is known color: Summer Sky. HEX triplet: 2E, BC and CB. RGB value is (46,188,203). Sum of RGB (Red+Green+Blue) = 46+188+203=437 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.53% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #2EBCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBCCB is #D14334. Grayscale: #939393. Windows color (decimal): -13714229 or 13351982. OLE color: 13351982.

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

Color convert

RGB 46 188 203 -
CMYK 0.77 0.07 0 0.20
HSL 185.73º 0.63% 0.49% -
HSV(B) 185.73º 0.77% 0.8% -
XYZ 29.89 40.86 62.81 -
YUV 147.25 159.46 55.78 -
System Red Green Blue C M Y K H S L
Decimal 46 188 203 0.77 0.07 0 0.20 185.73 0.63 0.49
Hex 2E BC CB 4D 7 0 14 BA 3F 31
Octal 56 274 313 115 7 0 24 272 77 61
Binary 101110 10111100 11001011 1001101 111 0 10100 10111010 111111 110001

Color Harmonies of #2EBCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBCCB

Black with #2EBCCB

Text Example


Text Example

White with #2EBCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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