Html Css Color HEX #2EB0CA Summer Sky

📋 copy color: '#2EB0CA'

red 46 ◦ green 176 ◦ blue 202

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

Shades of Summer Sky #2EB0CA

Tints of Summer Sky #2EB0CA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.51%

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

R = 10.85%
G = 41.51%
B = 47.64%

CMYK

 C value IS 0.77

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2EB0CA (or 0x2EB0CA) is known color: Summer Sky. HEX triplet: 2E, B0 and CA. RGB value is (46,176,202). Sum of RGB (Red+Green+Blue) = 46+176+202=424 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.85% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #2EB0CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EB0CA is #D14F35. Grayscale: #8B8B8B. Windows color (decimal): -13717302 or 13283374. OLE color: 13283374.

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

Color convert

RGB 46 176 202 -
CMYK 0.77 0.13 0 0.21
HSL 190º 0.63% 0.49% -
HSV(B) 190º 0.77% 0.79% -
XYZ 27.31 35.9 61.37 -
YUV 140.09 162.93 60.89 -
System Red Green Blue C M Y K H S L
Decimal 46 176 202 0.77 0.13 0 0.21 190 0.63 0.49
Hex 2E B0 CA 4D D 0 15 BE 3F 31
Octal 56 260 312 115 15 0 25 276 77 61
Binary 101110 10110000 11001010 1001101 1101 0 10101 10111110 111111 110001

Color Harmonies of #2EB0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB0CA

Black with #2EB0CA

Text Example


Text Example

White with #2EB0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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