Html Css Color HEX #95D7B2 Vista Blue

📋 copy color: '#95D7B2'

red 149 ◦ green 215 ◦ blue 178

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

Shades of Vista Blue #95D7B2

Tints of Vista Blue #95D7B2

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.67%

 BLUE value IS 178 (69.92% from 255) = 32.84%

R = 27.49%
G = 39.67%
B = 32.84%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#95D7B2 (or 0x95D7B2) is known color: Vista Blue. HEX triplet: 95, D7 and B2. RGB value is (149,215,178). Sum of RGB (Red+Green+Blue) = 149+215+178=542 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.49% from 542); Green value is 215 (84.38% from 255 or 39.67% from 542); Blue value is 178 (69.92% from 255 or 32.84% from 542); Max value from RGB is 215 - color contains mainly: green. Hex color #95D7B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D7B2 is #6A284D. Grayscale: #BFBFBF. Windows color (decimal): -6957134 or 11720597. OLE color: 11720597.

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

Color convert

RGB 149 215 178 -
CMYK 0.31 0 0.17 0.16
HSL 146.36º 0.45% 0.71% -
HSV(B) 146.36º 0.31% 0.84% -
XYZ 44.73 58.2 51 -
YUV 191.05 120.63 98.01 -
System Red Green Blue C M Y K H S L
Decimal 149 215 178 0.31 0 0.17 0.16 146.36 0.45 0.71
Hex 95 D7 B2 1F 0 11 10 92 2D 47
Octal 225 327 262 37 0 21 20 222 55 107
Binary 10010101 11010111 10110010 11111 0 10001 10000 10010010 101101 1000111

Color Harmonies of #95D7B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D7B2

Black with #95D7B2

Text Example


Text Example

White with #95D7B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,215,178); }

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

background-color css

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

 a { background-color: rgb(149,215,178); }

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

border-color css

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

 span { border-color: rgb(149,215,178); }

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