Html Css Color HEX #2E9ACB Pelorous

📋 copy color: '#2E9ACB'

red 46 ◦ green 154 ◦ blue 203

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

Shades of Pelorous #2E9ACB

Tints of Pelorous #2E9ACB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.21%

 BLUE value IS 203 (79.69% from 255) = 50.37%

R = 11.41%
G = 38.21%
B = 50.37%

CMYK

 C value IS 0.77

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2E9ACB (or 0x2E9ACB) is known color: Pelorous. HEX triplet: 2E, 9A and CB. RGB value is (46,154,203). Sum of RGB (Red+Green+Blue) = 46+154+203=403 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.41% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E9ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9ACB is #D16534. Grayscale: #7E7E7E. Windows color (decimal): -13722933 or 13343278. OLE color: 13343278.

HSL color Cylindrical-coordinate representation of color #2E9ACB: hue angle of 198.73º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E9ACB is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 46 154 203 -
CMYK 0.77 0.24 0 0.20
HSL 198.73º 0.63% 0.49% -
HSV(B) 198.73º 0.77% 0.8% -
XYZ 23.46 28 60.67 -
YUV 127.29 170.72 70.02 -
System Red Green Blue C M Y K H S L
Decimal 46 154 203 0.77 0.24 0 0.20 198.73 0.63 0.49
Hex 2E 9A CB 4D 18 0 14 C7 3F 31
Octal 56 232 313 115 30 0 24 307 77 61
Binary 101110 10011010 11001011 1001101 11000 0 10100 11000111 111111 110001

Color Harmonies of #2E9ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9ACB

Black with #2E9ACB

Text Example


Text Example

White with #2E9ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,154,203); }

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

background-color css

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

 a { background-color: rgb(46,154,203); }

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

border-color css

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

 span { border-color: rgb(46,154,203); }

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