Html Css Color HEX #2EABBA Pelorous

📋 copy color: '#2EABBA'

red 46 ◦ green 171 ◦ blue 186

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

Shades of Pelorous #2EABBA

Tints of Pelorous #2EABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.43%

 BLUE value IS 186 (73.05% from 255) = 46.15%

R = 11.41%
G = 42.43%
B = 46.15%

CMYK

 C value IS 0.75

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2EABBA (or 0x2EABBA) is known color: Pelorous. HEX triplet: 2E, AB and BA. RGB value is (46,171,186). Sum of RGB (Red+Green+Blue) = 46+171+186=403 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.41% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #2EABBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EABBA is #D15445. Grayscale: #878787. Windows color (decimal): -13718598 or 12233518. OLE color: 12233518.

HSL color Cylindrical-coordinate representation of color #2EABBA: hue angle of 186.43º 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 #2EABBA is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 46 171 186 -
CMYK 0.75 0.08 0 0.27
HSL 186.43º 0.6% 0.45% -
HSV(B) 186.43º 0.75% 0.73% -
XYZ 24.55 33.25 51.58 -
YUV 135.34 156.59 64.28 -
System Red Green Blue C M Y K H S L
Decimal 46 171 186 0.75 0.08 0 0.27 186.43 0.6 0.45
Hex 2E AB BA 4B 8 0 1B BA 3C 2D
Octal 56 253 272 113 10 0 33 272 74 55
Binary 101110 10101011 10111010 1001011 1000 0 11011 10111010 111100 101101

Color Harmonies of #2EABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EABBA

Black with #2EABBA

Text Example


Text Example

White with #2EABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,171,186); }

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

background-color css

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

 a { background-color: rgb(46,171,186); }

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

border-color css

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

 span { border-color: rgb(46,171,186); }

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