Html Css Color HEX #95D5BB Vista Blue

📋 copy color: '#95D5BB'

red 149 ◦ green 213 ◦ blue 187

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

Shades of Vista Blue #95D5BB

Tints of Vista Blue #95D5BB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.8%

 BLUE value IS 187 (73.44% from 255) = 34.06%

R = 27.14%
G = 38.8%
B = 34.06%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#95D5BB (or 0x95D5BB) is known color: Vista Blue. HEX triplet: 95, D5 and BB. RGB value is (149,213,187). Sum of RGB (Red+Green+Blue) = 149+213+187=549 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.14% from 549); Green value is 213 (83.59% from 255 or 38.80% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 213 - color contains mainly: green. Hex color #95D5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D5BB is #6A2A44. Grayscale: #BEBEBE. Windows color (decimal): -6957637 or 12309909. OLE color: 12309909.

HSL color Cylindrical-coordinate representation of color #95D5BB: hue angle of 155.62º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95D5BB is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 213 187 -
CMYK 0.30 0 0.12 0.16
HSL 155.63º 0.43% 0.71% -
HSV(B) 155.63º 0.3% 0.84% -
XYZ 45.16 57.57 55.74 -
YUV 190.9 125.8 98.11 -
System Red Green Blue C M Y K H S L
Decimal 149 213 187 0.30 0 0.12 0.16 155.63 0.43 0.71
Hex 95 D5 BB 1E 0 C 10 9C 2B 47
Octal 225 325 273 36 0 14 20 234 53 107
Binary 10010101 11010101 10111011 11110 0 1100 10000 10011100 101011 1000111

Color Harmonies of #95D5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D5BB

Black with #95D5BB

Text Example


Text Example

White with #95D5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,213,187); }

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

background-color css

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

 a { background-color: rgb(149,213,187); }

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

border-color css

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

 span { border-color: rgb(149,213,187); }

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