Html Css Color HEX #95E0BE Vista Blue

📋 copy color: '#95E0BE'

red 149 ◦ green 224 ◦ blue 190

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

Shades of Vista Blue #95E0BE

Tints of Vista Blue #95E0BE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.79%

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

R = 26.47%
G = 39.79%
B = 33.75%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#95E0BE (or 0x95E0BE) is known color: Vista Blue. HEX triplet: 95, E0 and BE. RGB value is (149,224,190). Sum of RGB (Red+Green+Blue) = 149+224+190=563 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.47% from 563); Green value is 224 (87.89% from 255 or 39.79% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 224 - color contains mainly: green. Hex color #95E0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E0BE is #6A1F41. Grayscale: #C5C5C5. Windows color (decimal): -6954818 or 12509333. OLE color: 12509333.

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

Color convert

RGB 149 224 190 -
CMYK 0.33 0 0.15 0.12
HSL 152.8º 0.55% 0.73% -
HSV(B) 152.8º 0.33% 0.88% -
XYZ 48.34 63.42 58.41 -
YUV 197.7 123.65 93.26 -
System Red Green Blue C M Y K H S L
Decimal 149 224 190 0.33 0 0.15 0.12 152.8 0.55 0.73
Hex 95 E0 BE 21 0 F C 99 37 49
Octal 225 340 276 41 0 17 14 231 67 111
Binary 10010101 11100000 10111110 100001 0 1111 1100 10011001 110111 1001001

Color Harmonies of #95E0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E0BE

Black with #95E0BE

Text Example


Text Example

White with #95E0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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