Html Css Color HEX #95DFB0 Vista Blue

📋 copy color: '#95DFB0'

red 149 ◦ green 223 ◦ blue 176

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

Shades of Vista Blue #95DFB0

Tints of Vista Blue #95DFB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.12%

R = 27.19%
G = 40.69%
B = 32.12%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#95DFB0 (or 0x95DFB0) is known color: Vista Blue. HEX triplet: 95, DF and B0. RGB value is (149,223,176). Sum of RGB (Red+Green+Blue) = 149+223+176=548 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.19% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 176 (69.14% from 255 or 32.12% from 548); Max value from RGB is 223 - color contains mainly: green. Hex color #95DFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DFB0 is #6A204F. Grayscale: #C3C3C3. Windows color (decimal): -6955088 or 11591573. OLE color: 11591573.

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

Color convert

RGB 149 223 176 -
CMYK 0.33 0 0.21 0.13
HSL 141.89º 0.54% 0.73% -
HSV(B) 141.89º 0.33% 0.87% -
XYZ 46.62 62.3 50.64 -
YUV 195.52 116.98 94.82 -
System Red Green Blue C M Y K H S L
Decimal 149 223 176 0.33 0 0.21 0.13 141.89 0.54 0.73
Hex 95 DF B0 21 0 15 D 8E 36 49
Octal 225 337 260 41 0 25 15 216 66 111
Binary 10010101 11011111 10110000 100001 0 10101 1101 10001110 110110 1001001

Color Harmonies of #95DFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DFB0

Black with #95DFB0

Text Example


Text Example

White with #95DFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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