#95F1B4

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

Shades of Vista Blue #95F1B4

Tints of Vista Blue #95F1B4

Color information

#95F1B4 (or 0x95F1B4) is unknown color: approx Vista Blue. HEX triplet: 95, F1 and B4. RGB value is (149,241,180). Sum of RGB (Red+Green+Blue) = 149+241+180=570 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.14% from 570); Green value is 241 (94.53% from 255 or 42.28% from 570); Blue value is 180 (70.70% from 255 or 31.58% from 570); Max value from RGB is 241 - color contains mainly: green. Hex color #95F1B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F1B4 is #6A0E4B. Grayscale: #CECECE. Windows color (decimal): -6950476 or 11858325. OLE color: 11858325.

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

Color convert

RGB149241180-
CMYK0.3800.250.05
HSL140.22º76.67%76.47%-
HSV(B)140.22º38.17%94.51%-
XYZ52.0972.654.45-
YUV206.54113.0286.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.14%
GREEN value IS 241 (94.53% from 255) = 42.28%
BLUE value IS 180 (70.70% from 255) = 31.58%
R=26.14%
G=42.28%
B=31.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492411800.3800.250.05140.2276.6776.47
Hex95F1B42601958c4d4c
Octal225361264460315214115114
Binary1001010111110001101101001001100110011011000110010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,241,180); }

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

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

 a { background-color: rgb(149,241,180); }

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

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

 span { border-color: rgb(149,241,180); }

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