Html Css Color HEX #95E1BE Vista Blue

📋 copy color: '#95E1BE'

red 149 ◦ green 225 ◦ blue 190

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

Shades of Vista Blue #95E1BE

Tints of Vista Blue #95E1BE

RGB

 RED value IS 149 (58.59% from 255) = 26.42%

 GREEN value IS 225 (88.28% from 255) = 39.89%

 BLUE value IS 190 (74.61% from 255) = 33.69%

R = 26.42%
G = 39.89%
B = 33.69%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#95E1BE (or 0x95E1BE) is known color: Vista Blue. HEX triplet: 95, E1 and BE. RGB value is (149,225,190). Sum of RGB (Red+Green+Blue) = 149+225+190=564 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.42% from 564); Green value is 225 (88.28% from 255 or 39.89% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 225 - color contains mainly: green. Hex color #95E1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E1BE is #6A1E41. Grayscale: #C6C6C6. Windows color (decimal): -6954562 or 12509589. OLE color: 12509589.

HSL color Cylindrical-coordinate representation of color #95E1BE: hue angle of 152.37º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95E1BE is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 149 225 190 -
CMYK 0.34 0 0.16 0.12
HSL 152.37º 0.56% 0.73% -
HSV(B) 152.37º 0.34% 0.88% -
XYZ 48.61 63.96 58.5 -
YUV 198.29 123.32 92.85 -
System Red Green Blue C M Y K H S L
Decimal 149 225 190 0.34 0 0.16 0.12 152.37 0.56 0.73
Hex 95 E1 BE 22 0 10 C 98 38 49
Octal 225 341 276 42 0 20 14 230 70 111
Binary 10010101 11100001 10111110 100010 0 10000 1100 10011000 111000 1001001

Color Harmonies of #95E1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E1BE

Black with #95E1BE

Text Example


Text Example

White with #95E1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95E1BE; }

 p { color: rgb(149,225,190); }

 H1.HeaderClassName
 {
   color: #95E1BE;
 }
 .AnyTagClassName
 {
   color: #95E1BE;
 }
</style>

background-color css

<style>
 a { background-color: #95E1BE; }

 a { background-color: rgb(149,225,190); }

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

border-color css

<style>
 span { border-color: #95E1BE; }

 span { border-color: rgb(149,225,190); }

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