Html Css Color HEX #2E9BCB Pelorous

📋 copy color: '#2E9BCB'

red 46 ◦ green 155 ◦ blue 203

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

Shades of Pelorous #2E9BCB

Tints of Pelorous #2E9BCB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.37%

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

R = 11.39%
G = 38.37%
B = 50.25%

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

#2E9BCB (or 0x2E9BCB) is known color: Pelorous. HEX triplet: 2E, 9B and CB. RGB value is (46,155,203). Sum of RGB (Red+Green+Blue) = 46+155+203=404 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.39% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E9BCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9BCB is #D16434. Grayscale: #7F7F7F. Windows color (decimal): -13722677 or 13343534. OLE color: 13343534.

HSL color Cylindrical-coordinate representation of color #2E9BCB: hue angle of 198.34º 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 #2E9BCB is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 46 155 203 -
CMYK 0.77 0.24 0 0.20
HSL 198.34º 0.63% 0.49% -
HSV(B) 198.34º 0.77% 0.8% -
XYZ 23.63 28.34 60.72 -
YUV 127.88 170.39 69.6 -
System Red Green Blue C M Y K H S L
Decimal 46 155 203 0.77 0.24 0 0.20 198.34 0.63 0.49
Hex 2E 9B CB 4D 18 0 14 C6 3F 31
Octal 56 233 313 115 30 0 24 306 77 61
Binary 101110 10011011 11001011 1001101 11000 0 10100 11000110 111111 110001

Color Harmonies of #2E9BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9BCB

Black with #2E9BCB

Text Example


Text Example

White with #2E9BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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