Html Css Color HEX #2EA9C6 Pelorous

📋 copy color: '#2EA9C6'

red 46 ◦ green 169 ◦ blue 198

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

Shades of Pelorous #2EA9C6

Tints of Pelorous #2EA9C6

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.92%

 BLUE value IS 198 (77.73% from 255) = 47.94%

R = 11.14%
G = 40.92%
B = 47.94%

CMYK

 C value IS 0.77

 M value IS 0.15

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#2EA9C6 (or 0x2EA9C6) is known color: Pelorous. HEX triplet: 2E, A9 and C6. RGB value is (46,169,198). Sum of RGB (Red+Green+Blue) = 46+169+198=413 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.14% from 413); Green value is 169 (66.41% from 255 or 40.92% from 413); Blue value is 198 (77.73% from 255 or 47.94% from 413); Max value from RGB is 198 - color contains mainly: blue. Hex color #2EA9C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EA9C6 is #D15639. Grayscale: #878787. Windows color (decimal): -13719098 or 13019438. OLE color: 13019438.

HSL color Cylindrical-coordinate representation of color #2EA9C6: hue angle of 191.45º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EA9C6 is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 46 169 198 -
CMYK 0.77 0.15 0 0.22
HSL 191.45º 0.62% 0.48% -
HSV(B) 191.45º 0.77% 0.78% -
XYZ 25.51 33.03 58.46 -
YUV 135.53 163.25 64.14 -
System Red Green Blue C M Y K H S L
Decimal 46 169 198 0.77 0.15 0 0.22 191.45 0.62 0.48
Hex 2E A9 C6 4D F 0 16 BF 3E 30
Octal 56 251 306 115 17 0 26 277 76 60
Binary 101110 10101001 11000110 1001101 1111 0 10110 10111111 111110 110000

Color Harmonies of #2EA9C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA9C6

Black with #2EA9C6

Text Example


Text Example

White with #2EA9C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,169,198); }

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

background-color css

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

 a { background-color: rgb(46,169,198); }

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

border-color css

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

 span { border-color: rgb(46,169,198); }

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