Html Css Color HEX #2EBBCA Summer Sky

📋 copy color: '#2EBBCA'

red 46 ◦ green 187 ◦ blue 202

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

Shades of Summer Sky #2EBBCA

Tints of Summer Sky #2EBBCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.44%

R = 10.57%
G = 42.99%
B = 46.44%

CMYK

 C value IS 0.77

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2EBBCA (or 0x2EBBCA) is known color: Summer Sky. HEX triplet: 2E, BB and CA. RGB value is (46,187,202). Sum of RGB (Red+Green+Blue) = 46+187+202=435 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.57% from 435); Green value is 187 (73.44% from 255 or 42.99% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #2EBBCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBBCA is #D14435. Grayscale: #929292. Windows color (decimal): -13714486 or 13286190. OLE color: 13286190.

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

Color convert

RGB 46 187 202 -
CMYK 0.77 0.07 0 0.21
HSL 185.77º 0.63% 0.49% -
HSV(B) 185.77º 0.77% 0.79% -
XYZ 29.56 40.39 62.11 -
YUV 146.55 159.29 56.28 -
System Red Green Blue C M Y K H S L
Decimal 46 187 202 0.77 0.07 0 0.21 185.77 0.63 0.49
Hex 2E BB CA 4D 7 0 15 BA 3F 31
Octal 56 273 312 115 7 0 25 272 77 61
Binary 101110 10111011 11001010 1001101 111 0 10101 10111010 111111 110001

Color Harmonies of #2EBBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBBCA

Black with #2EBBCA

Text Example


Text Example

White with #2EBBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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