#95F4BB

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

Shades of Vista Blue #95F4BB

Tints of Vista Blue #95F4BB

Color information

#95F4BB (or 0x95F4BB) is unknown color: approx Vista Blue. HEX triplet: 95, F4 and BB. RGB value is (149,244,187). Sum of RGB (Red+Green+Blue) = 149+244+187=580 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.69% from 580); Green value is 244 (95.70% from 255 or 42.07% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 244 - color contains mainly: green. Hex color #95F4BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F4BB is #6A0B44. Grayscale: #D1D1D1. Windows color (decimal): -6949701 or 12317845. OLE color: 12317845.

HSL color Cylindrical-coordinate representation of color #95F4BB: hue angle of 144º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95F4BB is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB149244187-
CMYK0.3900.230.04
HSL144º81.2%77.06%-
HSV(B)144º38.93%95.69%-
XYZ53.7174.6858.6-
YUV209.1115.5385.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.69%
GREEN value IS 244 (95.70% from 255) = 42.07%
BLUE value IS 187 (73.44% from 255) = 32.24%
R=25.69%
G=42.07%
B=32.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1492441870.3900.230.0414481.277.06
Hex95F4BB27017490514d
Octal225364273470274220121115
Binary1001010111110100101110111001110101111001001000010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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