Html Css Color HEX #95E0B5 Vista Blue

📋 copy color: '#95E0B5'

red 149 ◦ green 224 ◦ blue 181

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

Shades of Vista Blue #95E0B5

Tints of Vista Blue #95E0B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.67%

R = 26.9%
G = 40.43%
B = 32.67%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#95E0B5 (or 0x95E0B5) is known color: Vista Blue. HEX triplet: 95, E0 and B5. RGB value is (149,224,181). Sum of RGB (Red+Green+Blue) = 149+224+181=554 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.90% from 554); Green value is 224 (87.89% from 255 or 40.43% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 224 - color contains mainly: green. Hex color #95E0B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E0B5 is #6A1F4A. Grayscale: #C4C4C4. Windows color (decimal): -6954827 or 11919509. OLE color: 11919509.

HSL color Cylindrical-coordinate representation of color #95E0B5: hue angle of 145.6º 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 #95E0B5 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB 149 224 181 -
CMYK 0.33 0 0.19 0.12
HSL 145.6º 0.55% 0.73% -
HSV(B) 145.6º 0.33% 0.88% -
XYZ 47.39 63.04 53.39 -
YUV 196.67 119.15 94 -
System Red Green Blue C M Y K H S L
Decimal 149 224 181 0.33 0 0.19 0.12 145.6 0.55 0.73
Hex 95 E0 B5 21 0 13 C 92 37 49
Octal 225 340 265 41 0 23 14 222 67 111
Binary 10010101 11100000 10110101 100001 0 10011 1100 10010010 110111 1001001

Color Harmonies of #95E0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E0B5

Black with #95E0B5

Text Example


Text Example

White with #95E0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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