#2E9ABF

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

Shades of Pelorous #2E9ABF

Tints of Pelorous #2E9ABF

Color information

#2E9ABF (or 0x2E9ABF) is unknown color: approx Pelorous. HEX triplet: 2E, 9A and BF. RGB value is (46,154,191). Sum of RGB (Red+Green+Blue) = 46+154+191=391 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.76% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #2E9ABF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9ABF is #D16540. Grayscale: #7D7D7D. Windows color (decimal): -13722945 or 12556846. OLE color: 12556846.

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

Color convert

RGB46154191-
CMYK0.760.1900.25
HSL195.31º61.18%46.47%-
HSV(B)195.31º75.92%74.9%-
XYZ22.0927.4553.43-
YUV125.93164.7270.99-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.76%
GREEN value IS 154 (60.55% from 255) = 39.39%
BLUE value IS 191 (75% from 255) = 48.85%
R=11.76%
G=39.39%
B=48.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal461541910.760.1900.25195.3161.1846.47
Hex2E9ABF4C13019c33d2e
Octal56232277114230313037556
Binary101110100110101011111110011001001101100111000011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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