Html Css Color HEX #2EBBCB Summer Sky

📋 copy color: '#2EBBCB'

red 46 ◦ green 187 ◦ blue 203

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

Shades of Summer Sky #2EBBCB

Tints of Summer Sky #2EBBCB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.89%

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

R = 10.55%
G = 42.89%
B = 46.56%

CMYK

 C value IS 0.77

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2EBBCB (or 0x2EBBCB) is known color: Summer Sky. HEX triplet: 2E, BB and CB. RGB value is (46,187,203). Sum of RGB (Red+Green+Blue) = 46+187+203=436 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.55% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #2EBBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBBCB is #D14434. Grayscale: #929292. Windows color (decimal): -13714485 or 13351726. OLE color: 13351726.

HSL color Cylindrical-coordinate representation of color #2EBBCB: hue angle of 186.11º 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 #2EBBCB is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 46 187 203 -
CMYK 0.77 0.08 0 0.20
HSL 186.11º 0.63% 0.49% -
HSV(B) 186.11º 0.77% 0.8% -
XYZ 29.68 40.43 62.74 -
YUV 146.67 159.79 56.2 -
System Red Green Blue C M Y K H S L
Decimal 46 187 203 0.77 0.08 0 0.20 186.11 0.63 0.49
Hex 2E BB CB 4D 8 0 14 BA 3F 31
Octal 56 273 313 115 10 0 24 272 77 61
Binary 101110 10111011 11001011 1001101 1000 0 10100 10111010 111111 110001

Color Harmonies of #2EBBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBBCB

Black with #2EBBCB

Text Example


Text Example

White with #2EBBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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