Html Css Color HEX #2EAABC Pelorous

📋 copy color: '#2EAABC'

red 46 ◦ green 170 ◦ blue 188

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

Shades of Pelorous #2EAABC

Tints of Pelorous #2EAABC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.08%

 BLUE value IS 188 (73.83% from 255) = 46.53%

R = 11.39%
G = 42.08%
B = 46.53%

CMYK

 C value IS 0.76

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2EAABC (or 0x2EAABC) is known color: Pelorous. HEX triplet: 2E, AA and BC. RGB value is (46,170,188). Sum of RGB (Red+Green+Blue) = 46+170+188=404 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.39% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #2EAABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EAABC is #D15543. Grayscale: #868686. Windows color (decimal): -13718852 or 12364334. OLE color: 12364334.

HSL color Cylindrical-coordinate representation of color #2EAABC: hue angle of 187.61º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EAABC is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 46 170 188 -
CMYK 0.76 0.10 0 0.26
HSL 187.61º 0.61% 0.46% -
HSV(B) 187.61º 0.76% 0.74% -
XYZ 24.58 32.96 52.64 -
YUV 134.98 157.92 64.54 -
System Red Green Blue C M Y K H S L
Decimal 46 170 188 0.76 0.10 0 0.26 187.61 0.61 0.46
Hex 2E AA BC 4C A 0 1A BC 3D 2E
Octal 56 252 274 114 12 0 32 274 75 56
Binary 101110 10101010 10111100 1001100 1010 0 11010 10111100 111101 101110

Color Harmonies of #2EAABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAABC

Black with #2EAABC

Text Example


Text Example

White with #2EAABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,170,188); }

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

background-color css

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

 a { background-color: rgb(46,170,188); }

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

border-color css

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

 span { border-color: rgb(46,170,188); }

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