#2EAEBF

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

Shades of Pelorous #2EAEBF

Tints of Pelorous #2EAEBF

Color information

#2EAEBF (or 0x2EAEBF) is unknown color: approx Pelorous. HEX triplet: 2E, AE and BF. RGB value is (46,174,191). Sum of RGB (Red+Green+Blue) = 46+174+191=411 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.19% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #2EAEBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EAEBF is #D15140. Grayscale: #898989. Windows color (decimal): -13717825 or 12561966. OLE color: 12561966.

HSL color Cylindrical-coordinate representation of color #2EAEBF: hue angle of 187.03º 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 #2EAEBF is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB46174191-
CMYK0.760.0900.25
HSL187.03º61.18%46.47%-
HSV(B)187.03º75.92%74.9%-
XYZ25.6734.6154.62-
YUV137.67158.0962.62-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.19%
GREEN value IS 174 (68.36% from 255) = 42.34%
BLUE value IS 191 (75% from 255) = 46.47%
R=11.19%
G=42.34%
B=46.47%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal461741910.760.0900.25187.0361.1846.47
Hex2EAEBF4C9019bb3d2e
Octal56256277114110312737556
Binary10111010101110101111111001100100101100110111011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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