#95F3B6

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

Shades of Vista Blue #95F3B6

Tints of Vista Blue #95F3B6

Color information

#95F3B6 (or 0x95F3B6) is unknown color: approx Vista Blue. HEX triplet: 95, F3 and B6. RGB value is (149,243,182). Sum of RGB (Red+Green+Blue) = 149+243+182=574 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.96% from 574); Green value is 243 (95.31% from 255 or 42.33% from 574); Blue value is 182 (71.48% from 255 or 31.71% from 574); Max value from RGB is 243 - color contains mainly: green. Hex color #95F3B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F3B6 is #6A0C49. Grayscale: #D0D0D0. Windows color (decimal): -6949962 or 11989909. OLE color: 11989909.

HSL color Cylindrical-coordinate representation of color #95F3B6: hue angle of 141.06º 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 #95F3B6 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB149243182-
CMYK0.3900.250.05
HSL141.06º79.66%76.86%-
HSV(B)141.06º38.68%95.29%-
XYZ52.8973.8755.73-
YUV207.94113.3685.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.96%
GREEN value IS 243 (95.31% from 255) = 42.33%
BLUE value IS 182 (71.48% from 255) = 31.71%
R=25.96%
G=42.33%
B=31.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492431820.3900.250.05141.0679.6676.86
Hex95F3B62701958d504d
Octal225363266470315215120115
Binary1001010111110011101101101001110110011011000110110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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