#95C8B2

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

Shades of Vista Blue #95C8B2

Tints of Vista Blue #95C8B2

Color information

#95C8B2 (or 0x95C8B2) is unknown color: approx Vista Blue. HEX triplet: 95, C8 and B2. RGB value is (149,200,178). Sum of RGB (Red+Green+Blue) = 149+200+178=527 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.27% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 178 (69.92% from 255 or 33.78% from 527); Max value from RGB is 200 - color contains mainly: green. Hex color #95C8B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C8B2 is #6A374D. Grayscale: #B6B6B6. Windows color (decimal): -6960974 or 11716757. OLE color: 11716757.

HSL color Cylindrical-coordinate representation of color #95C8B2: hue angle of 154.12º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95C8B2 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB149200178-
CMYK0.2600.110.22
HSL154.12º31.68%68.43%-
HSV(B)154.12º25.5%78.43%-
XYZ41.0850.9149.78-
YUV182.24125.6104.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.27%
GREEN value IS 200 (78.52% from 255) = 37.95%
BLUE value IS 178 (69.92% from 255) = 33.78%
R=28.27%
G=37.95%
B=33.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1492001780.2600.110.22154.1231.6868.43
Hex95C8B21A0B169a2044
Octal225310262320132623240104
Binary100101011100100010110010110100101110110100110101000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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