Html Css Color HEX #2EB6CA Summer Sky

📋 copy color: '#2EB6CA'

red 46 ◦ green 182 ◦ blue 202

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

Shades of Summer Sky #2EB6CA

Tints of Summer Sky #2EB6CA

RGB

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

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

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

R = 10.7%
G = 42.33%
B = 46.98%

CMYK

 C value IS 0.77

 M value IS 0.10

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2EB6CA (or 0x2EB6CA) is known color: Summer Sky. HEX triplet: 2E, B6 and CA. RGB value is (46,182,202). Sum of RGB (Red+Green+Blue) = 46+182+202=430 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.70% from 430); Green value is 182 (71.48% from 255 or 42.33% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #2EB6CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EB6CA is #D14935. Grayscale: #8F8F8F. Windows color (decimal): -13715766 or 13284910. OLE color: 13284910.

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

Color convert

RGB 46 182 202 -
CMYK 0.77 0.10 0 0.21
HSL 187.69º 0.63% 0.49% -
HSV(B) 187.69º 0.77% 0.79% -
XYZ 28.52 38.3 61.77 -
YUV 143.62 160.94 58.37 -
System Red Green Blue C M Y K H S L
Decimal 46 182 202 0.77 0.10 0 0.21 187.69 0.63 0.49
Hex 2E B6 CA 4D A 0 15 BC 3F 31
Octal 56 266 312 115 12 0 25 274 77 61
Binary 101110 10110110 11001010 1001101 1010 0 10101 10111100 111111 110001

Color Harmonies of #2EB6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB6CA

Black with #2EB6CA

Text Example


Text Example

White with #2EB6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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