#95F1BA

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

Shades of Vista Blue #95F1BA

Tints of Vista Blue #95F1BA

Color information

#95F1BA (or 0x95F1BA) is unknown color: approx Vista Blue. HEX triplet: 95, F1 and BA. RGB value is (149,241,186). Sum of RGB (Red+Green+Blue) = 149+241+186=576 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.87% from 576); Green value is 241 (94.53% from 255 or 41.84% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 241 - color contains mainly: green. Hex color #95F1BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F1BA is #6A0E45. Grayscale: #CFCFCF. Windows color (decimal): -6950470 or 12251541. OLE color: 12251541.

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

Color convert

RGB149241186-
CMYK0.3800.230.05
HSL144.13º76.67%76.47%-
HSV(B)144.13º38.17%94.51%-
XYZ52.7172.8557.74-
YUV207.22116.0286.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.87%
GREEN value IS 241 (94.53% from 255) = 41.84%
BLUE value IS 186 (73.05% from 255) = 32.29%
R=25.87%
G=41.84%
B=32.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492411860.3800.230.05144.1376.6776.47
Hex95F1BA260175904d4c
Octal225361272460275220115114
Binary1001010111110001101110101001100101111011001000010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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