#95D2B9

Color #95D2B9 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #95D2B9

Tints of Vista Blue #95D2B9

Color information

#95D2B9 (or 0x95D2B9) is unknown color: approx Vista Blue. HEX triplet: 95, D2 and B9. RGB value is (149,210,185). Sum of RGB (Red+Green+Blue) = 149+210+185=544 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.39% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 185 (72.66% from 255 or 34.01% from 544); Max value from RGB is 210 - color contains mainly: green. Hex color #95D2B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D2B9 is #6A2D46. Grayscale: #BCBCBC. Windows color (decimal): -6958407 or 12178069. OLE color: 12178069.

HSL color Cylindrical-coordinate representation of color #95D2B9: hue angle of 155.41º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95D2B9 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB149210185-
CMYK0.2900.120.18
HSL155.41º40.4%70.39%-
HSV(B)155.41º29.05%82.35%-
XYZ44.255.9954.38-
YUV188.91125.7999.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.39%
GREEN value IS 210 (82.42% from 255) = 38.60%
BLUE value IS 185 (72.66% from 255) = 34.01%
R=27.39%
G=38.60%
B=34.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1492101850.2900.120.18155.4140.470.39
Hex95D2B91D0C129b2846
Octal225322271350142223350106
Binary100101011101001010111001111010110010010100110111010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,210,185); }

 H1.HeaderClassName
 {
   color: #95D2B9;
 }
 .AnyTagClassName
 {
   color: #95D2B9;
 }
</style>
background-color css

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

 a { background-color: rgb(149,210,185); }

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

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

 span { border-color: rgb(149,210,185); }

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