Html Css Color HEX #2E9CB9 Pelorous

📋 copy color: '#2E9CB9'

red 46 ◦ green 156 ◦ blue 185

#2E9CB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #2E9CB9

Tints of Pelorous #2E9CB9

RGB

 RED value IS 46 (18.36% from 255) = 11.89%

 GREEN value IS 156 (61.33% from 255) = 40.31%

 BLUE value IS 185 (72.66% from 255) = 47.8%

R = 11.89%
G = 40.31%
B = 47.8%

CMYK

 C value IS 0.75

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2E9CB9 (or 0x2E9CB9) is known color: Pelorous. HEX triplet: 2E, 9C and B9. RGB value is (46,156,185). Sum of RGB (Red+Green+Blue) = 46+156+185=387 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.89% from 387); Green value is 156 (61.33% from 255 or 40.31% from 387); Blue value is 185 (72.66% from 255 or 47.80% from 387); Max value from RGB is 185 - color contains mainly: blue. Hex color #2E9CB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9CB9 is #D16346. Grayscale: #7E7E7E. Windows color (decimal): -13722439 or 12164142. OLE color: 12164142.

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

Color convert

RGB 46 156 185 -
CMYK 0.75 0.16 0 0.27
HSL 192.52º 0.6% 0.45% -
HSV(B) 192.52º 0.75% 0.73% -
XYZ 21.77 27.86 50.13 -
YUV 126.42 161.06 70.64 -
System Red Green Blue C M Y K H S L
Decimal 46 156 185 0.75 0.16 0 0.27 192.52 0.6 0.45
Hex 2E 9C B9 4B 10 0 1B C1 3C 2D
Octal 56 234 271 113 20 0 33 301 74 55
Binary 101110 10011100 10111001 1001011 10000 0 11011 11000001 111100 101101

Color Harmonies of #2E9CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9CB9

Black with #2E9CB9

Text Example


Text Example

White with #2E9CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,156,185); }

 H1.HeaderClassName
 {
   color: #2E9CB9;
 }
 .AnyTagClassName
 {
   color: #2E9CB9;
 }
</style>

background-color css

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

 a { background-color: rgb(46,156,185); }

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

border-color css

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

 span { border-color: rgb(46,156,185); }

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