#95FAB5

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

Shades of Vista Blue #95FAB5

Tints of Vista Blue #95FAB5

Color information

#95FAB5 (or 0x95FAB5) is unknown color: approx Vista Blue. HEX triplet: 95, FA and B5. RGB value is (149,250,181). Sum of RGB (Red+Green+Blue) = 149+250+181=580 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.69% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 181 (71.09% from 255 or 31.21% from 580); Max value from RGB is 250 - color contains mainly: green. Hex color #95FAB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FAB5 is #6A054A. Grayscale: #D4D4D4. Windows color (decimal): -6948171 or 11926165. OLE color: 11926165.

HSL color Cylindrical-coordinate representation of color #95FAB5: hue angle of 139.01º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95FAB5 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB149250181-
CMYK0.4000.280.02
HSL139.01º90.99%78.24%-
HSV(B)139.01º40.4%98.04%-
XYZ54.9278.155.9-
YUV211.94110.5483.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.69%
GREEN value IS 250 (98.05% from 255) = 43.10%
BLUE value IS 181 (71.09% from 255) = 31.21%
R=25.69%
G=43.10%
B=31.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492501810.4000.280.02139.0190.9978.24
Hex95FAB52801C28b5b4e
Octal225372265500342213133116
Binary100101011111101010110101101000011100101000101110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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