#2EA4BF

Color #2EA4BF Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #2EA4BF

Tints of Pelorous #2EA4BF

Color information

#2EA4BF (or 0x2EA4BF) is unknown color: approx Pelorous. HEX triplet: 2E, A4 and BF. RGB value is (46,164,191). Sum of RGB (Red+Green+Blue) = 46+164+191=401 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.47% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #2EA4BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EA4BF is #D15B40. Grayscale: #838383. Windows color (decimal): -13720385 or 12559406. OLE color: 12559406.

HSL color Cylindrical-coordinate representation of color #2EA4BF: hue angle of 191.17º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EA4BF is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB46164191-
CMYK0.760.1400.25
HSL191.17º61.18%46.47%-
HSV(B)191.17º75.92%74.9%-
XYZ23.8130.8954-
YUV131.8161.4166.8-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.47%
GREEN value IS 164 (64.45% from 255) = 40.90%
BLUE value IS 191 (75% from 255) = 47.63%
R=11.47%
G=40.90%
B=47.63%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal461641910.760.1400.25191.1761.1846.47
Hex2EA4BF4CE019bf3d2e
Octal56244277114160312777556
Binary10111010100100101111111001100111001100110111111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,164,191); }

 H1.HeaderClassName
 {
   color: #2EA4BF;
 }
 .AnyTagClassName
 {
   color: #2EA4BF;
 }
</style>
background-color css

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

 a { background-color: rgb(46,164,191); }

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

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

 span { border-color: rgb(46,164,191); }

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