Html Css Color HEX #95DDB2 Vista Blue

📋 copy color: '#95DDB2'

red 149 ◦ green 221 ◦ blue 178

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

Shades of Vista Blue #95DDB2

Tints of Vista Blue #95DDB2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.33%

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

R = 27.19%
G = 40.33%
B = 32.48%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#95DDB2 (or 0x95DDB2) is known color: Vista Blue. HEX triplet: 95, DD and B2. RGB value is (149,221,178). Sum of RGB (Red+Green+Blue) = 149+221+178=548 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.19% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 178 (69.92% from 255 or 32.48% from 548); Max value from RGB is 221 - color contains mainly: green. Hex color #95DDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DDB2 is #6A224D. Grayscale: #C2C2C2. Windows color (decimal): -6955598 or 11722133. OLE color: 11722133.

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

Color convert

RGB 149 221 178 -
CMYK 0.33 0 0.19 0.13
HSL 144.17º 0.51% 0.73% -
HSV(B) 144.17º 0.33% 0.87% -
XYZ 46.29 61.32 51.52 -
YUV 194.57 118.65 95.5 -
System Red Green Blue C M Y K H S L
Decimal 149 221 178 0.33 0 0.19 0.13 144.17 0.51 0.73
Hex 95 DD B2 21 0 13 D 90 33 49
Octal 225 335 262 41 0 23 15 220 63 111
Binary 10010101 11011101 10110010 100001 0 10011 1101 10010000 110011 1001001

Color Harmonies of #95DDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DDB2

Black with #95DDB2

Text Example


Text Example

White with #95DDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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