#95F3B5

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

Shades of Vista Blue #95F3B5

Tints of Vista Blue #95F3B5

Color information

#95F3B5 (or 0x95F3B5) is unknown color: approx Vista Blue. HEX triplet: 95, F3 and B5. RGB value is (149,243,181). Sum of RGB (Red+Green+Blue) = 149+243+181=573 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.00% from 573); Green value is 243 (95.31% from 255 or 42.41% from 573); Blue value is 181 (71.09% from 255 or 31.59% from 573); Max value from RGB is 243 - color contains mainly: green. Hex color #95F3B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F3B5 is #6A0C4A. Grayscale: #CFCFCF. Windows color (decimal): -6949963 or 11924373. OLE color: 11924373.

HSL color Cylindrical-coordinate representation of color #95F3B5: hue angle of 140.43º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95F3B5 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB149243181-
CMYK0.3900.260.05
HSL140.43º79.66%76.86%-
HSV(B)140.43º38.68%95.29%-
XYZ52.7973.8355.18-
YUV207.83112.8686.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.00%
GREEN value IS 243 (95.31% from 255) = 42.41%
BLUE value IS 181 (71.09% from 255) = 31.59%
R=26.00%
G=42.41%
B=31.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492431810.3900.260.05140.4379.6676.86
Hex95F3B52701A58c504d
Octal225363265470325214120115
Binary1001010111110011101101011001110110101011000110010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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