Html Css Color HEX #2E99AC Pelorous

📋 copy color: '#2E99AC'

red 46 ◦ green 153 ◦ blue 172

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

Shades of Pelorous #2E99AC

Tints of Pelorous #2E99AC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.24%

 BLUE value IS 172 (67.58% from 255) = 46.36%

R = 12.4%
G = 41.24%
B = 46.36%

CMYK

 C value IS 0.73

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2E99AC (or 0x2E99AC) is known color: Pelorous. HEX triplet: 2E, 99 and AC. RGB value is (46,153,172). Sum of RGB (Red+Green+Blue) = 46+153+172=371 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.40% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #2E99AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E99AC is #D16653. Grayscale: #7A7A7A. Windows color (decimal): -13723220 or 11311406. OLE color: 11311406.

HSL color Cylindrical-coordinate representation of color #2E99AC: hue angle of 189.05º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E99AC is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 46 153 172 -
CMYK 0.73 0.11 0 0.33
HSL 189.05º 0.58% 0.43% -
HSV(B) 189.05º 0.73% 0.67% -
XYZ 19.96 26.34 43.06 -
YUV 123.17 155.55 72.96 -
System Red Green Blue C M Y K H S L
Decimal 46 153 172 0.73 0.11 0 0.33 189.05 0.58 0.43
Hex 2E 99 AC 49 B 0 21 BD 3A 2B
Octal 56 231 254 111 13 0 41 275 72 53
Binary 101110 10011001 10101100 1001001 1011 0 100001 10111101 111010 101011

Color Harmonies of #2E99AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E99AC

Black with #2E99AC

Text Example


Text Example

White with #2E99AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,153,172); }

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

background-color css

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

 a { background-color: rgb(46,153,172); }

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

border-color css

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

 span { border-color: rgb(46,153,172); }

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