Html Css Color HEX #95D8BE Vista Blue

📋 copy color: '#95D8BE'

red 149 ◦ green 216 ◦ blue 190

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

Shades of Vista Blue #95D8BE

Tints of Vista Blue #95D8BE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.92%

 BLUE value IS 190 (74.61% from 255) = 34.23%

R = 26.85%
G = 38.92%
B = 34.23%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#95D8BE (or 0x95D8BE) is known color: Vista Blue. HEX triplet: 95, D8 and BE. RGB value is (149,216,190). Sum of RGB (Red+Green+Blue) = 149+216+190=555 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.85% from 555); Green value is 216 (84.77% from 255 or 38.92% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 216 - color contains mainly: green. Hex color #95D8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D8BE is #6A2741. Grayscale: #C1C1C1. Windows color (decimal): -6956866 or 12507285. OLE color: 12507285.

HSL color Cylindrical-coordinate representation of color #95D8BE: hue angle of 156.72º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95D8BE is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 216 190 -
CMYK 0.31 0 0.12 0.15
HSL 156.72º 0.46% 0.72% -
HSV(B) 156.72º 0.31% 0.85% -
XYZ 46.24 59.22 57.71 -
YUV 193 126.3 96.61 -
System Red Green Blue C M Y K H S L
Decimal 149 216 190 0.31 0 0.12 0.15 156.72 0.46 0.72
Hex 95 D8 BE 1F 0 C F 9D 2E 48
Octal 225 330 276 37 0 14 17 235 56 110
Binary 10010101 11011000 10111110 11111 0 1100 1111 10011101 101110 1001000

Color Harmonies of #95D8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D8BE

Black with #95D8BE

Text Example


Text Example

White with #95D8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,216,190); }

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

background-color css

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

 a { background-color: rgb(149,216,190); }

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

border-color css

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

 span { border-color: rgb(149,216,190); }

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