#2E9BBF

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

Shades of Pelorous #2E9BBF

Tints of Pelorous #2E9BBF

Color information

#2E9BBF (or 0x2E9BBF) is unknown color: approx Pelorous. HEX triplet: 2E, 9B and BF. RGB value is (46,155,191). Sum of RGB (Red+Green+Blue) = 46+155+191=392 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.73% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 191 - color contains mainly: blue. Hex color #2E9BBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9BBF is #D16440. Grayscale: #7E7E7E. Windows color (decimal): -13722689 or 12557102. OLE color: 12557102.

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

Color convert

RGB46155191-
CMYK0.760.1900.25
HSL194.9º61.18%46.47%-
HSV(B)194.9º75.92%74.9%-
XYZ22.2527.7953.48-
YUV126.51164.3970.57-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.73%
GREEN value IS 155 (60.94% from 255) = 39.54%
BLUE value IS 191 (75% from 255) = 48.72%
R=11.73%
G=39.54%
B=48.72%

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
Decimal461551910.760.1900.25194.961.1846.47
Hex2E9BBF4C13019c33d2e
Octal56233277114230313037556
Binary101110100110111011111110011001001101100111000011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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