#2E9FB8

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

Shades of Pelorous #2E9FB8

Tints of Pelorous #2E9FB8

Color information

#2E9FB8 (or 0x2E9FB8) is unknown color: approx Pelorous. HEX triplet: 2E, 9F and B8. RGB value is (46,159,184). Sum of RGB (Red+Green+Blue) = 46+159+184=389 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.83% from 389); Green value is 159 (62.5% from 255 or 40.87% from 389); Blue value is 184 (72.27% from 255 or 47.30% from 389); Max value from RGB is 184 - color contains mainly: blue. Hex color #2E9FB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9FB8 is #D16047. Grayscale: #7F7F7F. Windows color (decimal): -13721672 or 12099374. OLE color: 12099374.

HSL color Cylindrical-coordinate representation of color #2E9FB8: hue angle of 190.87º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E9FB8 is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB46159184-
CMYK0.750.1400.28
HSL190.87º60%45.1%-
HSV(B)190.87º75%72.16%-
XYZ22.1828.8449.74-
YUV128.06159.5669.47-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.83%
GREEN value IS 159 (62.5% from 255) = 40.87%
BLUE value IS 184 (72.27% from 255) = 47.30%
R=11.83%
G=40.87%
B=47.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal461591840.750.1400.28190.876045.1
Hex2E9FB84BE01Cbf3c2d
Octal56237270113160342777455
Binary10111010011111101110001001011111001110010111111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,159,184); }

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

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

 a { background-color: rgb(46,159,184); }

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

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

 span { border-color: rgb(46,159,184); }

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