Html Css Color HEX #95DFB9 Vista Blue

📋 copy color: '#95DFB9'

red 149 ◦ green 223 ◦ blue 185

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

Shades of Vista Blue #95DFB9

Tints of Vista Blue #95DFB9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.04%

 BLUE value IS 185 (72.66% from 255) = 33.21%

R = 26.75%
G = 40.04%
B = 33.21%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#95DFB9 (or 0x95DFB9) is known color: Vista Blue. HEX triplet: 95, DF and B9. RGB value is (149,223,185). Sum of RGB (Red+Green+Blue) = 149+223+185=557 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.75% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 185 (72.66% from 255 or 33.21% from 557); Max value from RGB is 223 - color contains mainly: green. Hex color #95DFB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DFB9 is #6A2046. Grayscale: #C4C4C4. Windows color (decimal): -6955079 or 12181397. OLE color: 12181397.

HSL color Cylindrical-coordinate representation of color #95DFB9: hue angle of 149.19º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95DFB9 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 223 185 -
CMYK 0.33 0 0.17 0.13
HSL 149.19º 0.54% 0.73% -
HSV(B) 149.19º 0.33% 0.87% -
XYZ 47.54 62.67 55.49 -
YUV 196.54 121.48 94.09 -
System Red Green Blue C M Y K H S L
Decimal 149 223 185 0.33 0 0.17 0.13 149.19 0.54 0.73
Hex 95 DF B9 21 0 11 D 95 36 49
Octal 225 337 271 41 0 21 15 225 66 111
Binary 10010101 11011111 10111001 100001 0 10001 1101 10010101 110110 1001001

Color Harmonies of #95DFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DFB9

Black with #95DFB9

Text Example


Text Example

White with #95DFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,223,185); }

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

background-color css

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

 a { background-color: rgb(149,223,185); }

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

border-color css

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

 span { border-color: rgb(149,223,185); }

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