Html Css Color HEX #95D3B1 Vista Blue

📋 copy color: '#95D3B1'

red 149 ◦ green 211 ◦ blue 177

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

Shades of Vista Blue #95D3B1

Tints of Vista Blue #95D3B1

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.29%

 BLUE value IS 177 (69.53% from 255) = 32.96%

R = 27.75%
G = 39.29%
B = 32.96%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#95D3B1 (or 0x95D3B1) is known color: Vista Blue. HEX triplet: 95, D3 and B1. RGB value is (149,211,177). Sum of RGB (Red+Green+Blue) = 149+211+177=537 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.75% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 177 (69.53% from 255 or 32.96% from 537); Max value from RGB is 211 - color contains mainly: green. Hex color #95D3B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D3B1 is #6A2C4E. Grayscale: #BCBCBC. Windows color (decimal): -6958159 or 11654037. OLE color: 11654037.

HSL color Cylindrical-coordinate representation of color #95D3B1: hue angle of 147.1º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95D3B1 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB 149 211 177 -
CMYK 0.29 0 0.16 0.17
HSL 147.1º 0.41% 0.71% -
HSV(B) 147.1º 0.29% 0.83% -
XYZ 43.62 56.15 50.13 -
YUV 188.59 121.46 99.76 -
System Red Green Blue C M Y K H S L
Decimal 149 211 177 0.29 0 0.16 0.17 147.1 0.41 0.71
Hex 95 D3 B1 1D 0 10 11 93 29 47
Octal 225 323 261 35 0 20 21 223 51 107
Binary 10010101 11010011 10110001 11101 0 10000 10001 10010011 101001 1000111

Color Harmonies of #95D3B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D3B1

Black with #95D3B1

Text Example


Text Example

White with #95D3B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,211,177); }

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

background-color css

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

 a { background-color: rgb(149,211,177); }

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

border-color css

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

 span { border-color: rgb(149,211,177); }

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