Html Css Color HEX #2E9DBF Pelorous

📋 copy color: '#2E9DBF'

red 46 ◦ green 157 ◦ blue 191

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

Shades of Pelorous #2E9DBF

Tints of Pelorous #2E9DBF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.85%

 BLUE value IS 191 (75% from 255) = 48.48%

R = 11.68%
G = 39.85%
B = 48.48%

CMYK

 C value IS 0.76

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2E9DBF (or 0x2E9DBF) is known color: Pelorous. HEX triplet: 2E, 9D and BF. RGB value is (46,157,191). Sum of RGB (Red+Green+Blue) = 46+157+191=394 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.68% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #2E9DBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9DBF is #D16240. Grayscale: #7F7F7F. Windows color (decimal): -13722177 or 12557614. OLE color: 12557614.

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

Color convert

RGB 46 157 191 -
CMYK 0.76 0.18 0 0.25
HSL 194.07º 0.61% 0.46% -
HSV(B) 194.07º 0.76% 0.75% -
XYZ 22.59 28.46 53.59 -
YUV 127.69 163.73 69.74 -
System Red Green Blue C M Y K H S L
Decimal 46 157 191 0.76 0.18 0 0.25 194.07 0.61 0.46
Hex 2E 9D BF 4C 12 0 19 C2 3D 2E
Octal 56 235 277 114 22 0 31 302 75 56
Binary 101110 10011101 10111111 1001100 10010 0 11001 11000010 111101 101110

Color Harmonies of #2E9DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9DBF

Black with #2E9DBF

Text Example


Text Example

White with #2E9DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,157,191); }

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

background-color css

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

 a { background-color: rgb(46,157,191); }

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

border-color css

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

 span { border-color: rgb(46,157,191); }

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