Html Css Color HEX #95DDB5 Vista Blue

📋 copy color: '#95DDB5'

red 149 ◦ green 221 ◦ blue 181

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

Shades of Vista Blue #95DDB5

Tints of Vista Blue #95DDB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.85%

R = 27.04%
G = 40.11%
B = 32.85%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#95DDB5 (or 0x95DDB5) is known color: Vista Blue. HEX triplet: 95, DD and B5. RGB value is (149,221,181). Sum of RGB (Red+Green+Blue) = 149+221+181=551 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.04% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 221 - color contains mainly: green. Hex color #95DDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DDB5 is #6A224A. Grayscale: #C2C2C2. Windows color (decimal): -6955595 or 11918741. OLE color: 11918741.

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

Color convert

RGB 149 221 181 -
CMYK 0.33 0 0.18 0.13
HSL 146.67º 0.51% 0.73% -
HSV(B) 146.67º 0.33% 0.87% -
XYZ 46.59 61.44 53.12 -
YUV 194.91 120.15 95.25 -
System Red Green Blue C M Y K H S L
Decimal 149 221 181 0.33 0 0.18 0.13 146.67 0.51 0.73
Hex 95 DD B5 21 0 12 D 93 33 49
Octal 225 335 265 41 0 22 15 223 63 111
Binary 10010101 11011101 10110101 100001 0 10010 1101 10010011 110011 1001001

Color Harmonies of #95DDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DDB5

Black with #95DDB5

Text Example


Text Example

White with #95DDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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